Ejemplo n.º 1
0
 public TaxaJurosController(ITaxaJurosServices taxaJurosServices)
 {
     TaxaJurosServices = taxaJurosServices;
 }
 public CalculaJurosCompostosCommandHandler(ITaxaJurosServices taxaServices)
 {
     _taxaServices = taxaServices;
 }