Метод | Описание | |
---|---|---|
Create ( ) : System.Web.Mvc.ActionResult | ||
Delete ( System id ) : System.Web.Mvc.ActionResult | ||
Details ( System id ) : System.Web.Mvc.ViewResult | ||
Edit ( System id ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ViewResult | ||
OrderCookingsController ( ) : System | ||
OrderCookingsController ( IWaiterRepository waiterRepository, IRestaurantRepository restaurantRepository, IOrderCookingRepository ordercookingRepository ) : System |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Метод | Описание | |
---|---|---|
Create ( OrderCooking ordercooking ) : System.Web.Mvc.ActionResult | ||
DeleteConfirmed ( System id ) : System.Web.Mvc.ActionResult | ||
Edit ( OrderCooking ordercooking ) : System.Web.Mvc.ActionResult |
public Create ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |
public Delete ( System id ) : System.Web.Mvc.ActionResult | ||
id | System | |
Результат | System.Web.Mvc.ActionResult |
public Details ( System id ) : System.Web.Mvc.ViewResult | ||
id | System | |
Результат | System.Web.Mvc.ViewResult |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public Edit ( System id ) : System.Web.Mvc.ActionResult | ||
id | System | |
Результат | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ViewResult | ||
Результат | System.Web.Mvc.ViewResult |
public OrderCookingsController ( ) : System | ||
Результат | System |
public OrderCookingsController ( IWaiterRepository waiterRepository, IRestaurantRepository restaurantRepository, IOrderCookingRepository ordercookingRepository ) : System | ||
waiterRepository | IWaiterRepository | |
restaurantRepository | IRestaurantRepository | |
ordercookingRepository | IOrderCookingRepository | |
Результат | System |