public OportunidadeDomain(SegurancaService service, OportunidadeRepository repository, UserXOportunidadeRepository xRepository) { _segService = service; _opRepository = repository; _repository = xRepository; }
public OportunidadeDomain(SegurancaService service, OportunidadeRepository repository, EnderecoService endService) { _segService = service; _opRepository = repository; _endService = endService; }