Exemplo n.º 1
0
 public ActionResult DeleteAll([FromRoute] int restaurantId)
 {
     _dishService.DeleteAllDishes(restaurantId);
     return(NoContent());
 }