public RestaurantsController(IRestaurantBackEndContext db) { this.db = db; }
public DishesController(IRestaurantBackEndContext context) { this.db = context; }