Пример #1
0
 public TaxaDeJurosPadraoQueryHandler(IMapper mapper,
                                      ITaxaDeJurosRepository taxaDeJurosRepository)
 {
     _mapper = mapper;
     _taxaDeJurosRepository = taxaDeJurosRepository;
 }
Пример #2
0
 public TaxaDeJurosServices(ITaxaDeJurosRepository taxaDeJurosRepository)
 {
     _taxaDeJurosRepository = taxaDeJurosRepository;
 }
 public TaxaDeJurosService(ITaxaDeJurosHelper taxaDeJurosHelper, ITaxaDeJurosRepository taxaDeJurosRepository)
 {
     _taxaDeJurosRepository = taxaDeJurosRepository;
     _taxaDeJurosHelper     = taxaDeJurosHelper;
 }