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