public Seed(TaxaDeJurosDbContext context) => _context = context;
Exemplo n.º 2
0
 public TaxaDeJurosRepository(TaxaDeJurosDbContext context)
 {
     _context = context;
 }