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