Esempio n. 1
0
 public CustomersController(NewtalentContext context)
 {
     _context = context;
 }
 public ProductsController(NewtalentContext context)
 {
     _context = context;
 }
Esempio n. 3
0
 public StoresController(NewtalentContext context)
 {
     _context = context;
 }