public MerchantsController(TheWholeContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public CustomersController(TheWholeContext context)
 {
     _context = context;
 }
 public CustomerPaymentController(TheWholeContext context)
 {
     _context = context;
 }
 public ProductsController(TheWholeContext context)
 {
     _context = context;
 }