Method |
Description |
|
AddDish ( ) : System.Web.Mvc.ActionResult |
|
|
AddDish ( DishModel dish ) : System.Web.Mvc.ActionResult |
|
|
AddRestaurant ( ) : System.Web.Mvc.ActionResult |
|
|
AddRestaurant ( RestaurantModel rest ) : System.Web.Mvc.ActionResult |
|
|
Dish ( ) : System.Web.Mvc.ActionResult |
|
|
DishEdit ( ) : System.Web.Mvc.ActionResult |
|
|
DishEdit ( DishModel dish ) : System.Web.Mvc.ActionResult |
|
|
GetImage ( string id ) : System.Web.Mvc.ActionResult |
|
|
Image ( string restId, int menuPartId, int dishId, string imgId, string contentType ) : System.Web.Mvc.ActionResult |
|
|
MealSummary ( ) : System.Web.Mvc.ActionResult |
|
|
Menu ( ) : System.Web.Mvc.ActionResult |
|
|
MenuIscroll ( ) : System.Web.Mvc.ActionResult |
|
|
Preview ( ) : System.Web.Mvc.ActionResult |
|
|
Restaurant ( string id ) : System.Web.Mvc.JsonResult |
|
|
RestaurantInfo ( ) : System.Web.Mvc.ActionResult |
|
|
UpdateDishCarbs ( string restournatId, int menuPartId, int dishId, double totalCarbohydrate ) : void |
|
|
UpdateRestaurantInfo ( RestaurantModel rest ) : System.Web.Mvc.ActionResult |
|
|
Upload ( string restId, int menuPartId, int dishId ) : void |
|
|
UploadRestImage ( string restId ) : void |
|
|
WaiverApprove ( bool approve ) : System.Web.Mvc.ActionResult |
|
|