public CategoriesController(phoneContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public StoresController(phoneContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public ProductsController(phoneContext context)
 {
     _context = context;
 }
Beispiel #4
0
 public BrandsController(phoneContext context)
 {
     _context = context;
 }
 public OrderItemsController(phoneContext context)
 {
     _context = context;
 }
Beispiel #6
0
 public StaffsController(phoneContext context)
 {
     _context = context;
 }
 public CustomersController(phoneContext context)
 {
     _context = context;
 }