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

            return(NoContent());
        }