Example #1
0
 public ProductsController(SmartFoodResturantContext context)
 {
     _context = context;
 }
 public SalesController(SmartFoodResturantContext context)
 {
     _context = context;
 }
 public OrdersController(SmartFoodResturantContext context)
 {
     _context = context;
 }
 public CustomerRegistrationsController(SmartFoodResturantContext context)
 {
     _context = context;
 }
 public StaffRegistrationsController(SmartFoodResturantContext context)
 {
     _context = context;
 }
 public PaymentsController(SmartFoodResturantContext context)
 {
     _context = context;
 }
Example #7
0
 public AdminsController(SmartFoodResturantContext context)
 {
     _context = context;
 }
 public FeedBacksController(SmartFoodResturantContext context)
 {
     _context = context;
 }
 public MenuAddsController(SmartFoodResturantContext context)
 {
     _context = context;
 }