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; }
public AdminsController(SmartFoodResturantContext context) { _context = context; }
public FeedBacksController(SmartFoodResturantContext context) { _context = context; }
public MenuAddsController(SmartFoodResturantContext context) { _context = context; }