public ProficaoValidation(IProficaoRepository repository)
 {
     _repository = repository;
 }
예제 #2
0
 public ProficaoService(IProficaoRepository repository, IBaseValidation <Proficao> validation) : base(repository, validation)
 {
     _repository = repository;
 }