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