コード例 #1
0
        public ActionResult DeleteAll([FromRoute] int restaurantId)
        {
            _service.DeleteAllFromRestaurant(restaurantId);

            return(NoContent());
        }