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