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