Method | Description | |
---|---|---|
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 | ||
MenusController ( ) : System | ||
MenusController ( IProductTypeRepository producttypeRepository, IMenuRepository menuRepository, IOrderRepository orderRepository ) : System | ||
OrderOneMenu ( System idOrder ) : System.Web.Mvc.ViewResult |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
Create ( |
||
DeleteConfirmed ( System id ) : System.Web.Mvc.ActionResult | ||
Edit ( |
||
OrderOneMenu ( |
public Create ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Delete ( System id ) : System.Web.Mvc.ActionResult | ||
id | System | |
return | System.Web.Mvc.ActionResult |
public Details ( System id ) : System.Web.Mvc.ViewResult | ||
id | System | |
return | System.Web.Mvc.ViewResult |
public Edit ( System id ) : System.Web.Mvc.ActionResult | ||
id | System | |
return | System.Web.Mvc.ActionResult |
public MenusController ( IProductTypeRepository producttypeRepository, IMenuRepository menuRepository, IOrderRepository orderRepository ) : System | ||
producttypeRepository | IProductTypeRepository | |
menuRepository | IMenuRepository | |
orderRepository | IOrderRepository | |
return | System |
public OrderOneMenu ( System idOrder ) : System.Web.Mvc.ViewResult | ||
idOrder | System | |
return | System.Web.Mvc.ViewResult |