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