public ActionResult DeleteAllDishes([FromRoute] int restaurantId) { _dishService.DeleteAll(restaurantId); return(NoContent()); }