Exemple #1
0
 public AtivoEmCarteiraQueries(IMapper mapper, IRepositoryBase <AtivoEmCarteira> repository, IConsultaCotacaoService consultaCotacaoService)
 {
     _mapper                 = mapper;
     _repository             = repository;
     _consultaCotacaoService = consultaCotacaoService;
 }
Exemple #2
0
 public AtivoQueries(IMapper mapper, IRepositoryBase <Ativo> repository, IConsultaCotacaoService service)
 {
     _mapper     = mapper;
     _repository = repository;
     _service    = service;
 }