public T GetById(int id) { return(_classificacaoRepository.GetById(id)); }
public Classificacao GetById(int id) { return(_repository.GetById(id)); }