public TaxaJurosController(ITaxasService taxasService)
 {
     _taxasService = taxasService;
 }
Example #2
0
 public CalculosService(ITaxasService taxaService)
 {
     _taxaService = taxaService;
 }