public void Update(T obj) { _classificacaoRepository.Update(obj); }
public bool Update(Classificacao entity) { return(_repository.Update(entity)); }