示例#1
0
 public TaxaDeJurosSeed(ITaxaDeJurosContext taxaDeJurosContext)
 {
     _taxaDeJurosContext = taxaDeJurosContext;
 }
示例#2
0
 public TaxaDeJurosRepository(ITaxaDeJurosContext taxaDeJurosContext)
 {
     _taxaDeJurosContext = taxaDeJurosContext;
 }