public MerchantsController(TheWholeContext context)
 {
     _context = context;
 }
Ejemplo n.º 2
0
 public CustomersController(TheWholeContext context)
 {
     _context = context;
 }
 public CustomerPaymentController(TheWholeContext context)
 {
     _context = context;
 }
 public ProductsController(TheWholeContext context)
 {
     _context = context;
 }