Esempio n. 1
0
 public TaxaDeJurosSeed(ITaxaDeJurosContext taxaDeJurosContext)
 {
     _taxaDeJurosContext = taxaDeJurosContext;
 }
Esempio n. 2
0
 public TaxaDeJurosRepository(ITaxaDeJurosContext taxaDeJurosContext)
 {
     _taxaDeJurosContext = taxaDeJurosContext;
 }