public CustomersController(RestaurantManageContext context) { _context = context; }
public ProductTypesController(RestaurantManageContext context) { _context = context; }
public AdminsController(RestaurantManageContext context) { _context = context; }