public ProficaoValidation(IProficaoRepository repository)
 {
     _repository = repository;
 }
Exemplo n.º 2
0
 public ProficaoService(IProficaoRepository repository, IBaseValidation <Proficao> validation) : base(repository, validation)
 {
     _repository = repository;
 }