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