Esempio n. 1
0
 public ProdutosService(BancotesteContext c)
 {
     _context = c;
 }
 public SeedingService(BancotesteContext c)
 {
     _context = c;
 }