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 | ||
OrderCreatedsController ( ) : System | ||
OrderCreatedsController ( IWaiterRepository waiterRepository, IRestaurantRepository restaurantRepository, IOrderCreatedRepository ordercreatedRepository ) : System | ||
PayCommand ( ) : System.Web.Mvc.ViewResult |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
Create ( OrderCreated ordercreated ) : System.Web.Mvc.ActionResult | ||
DeleteConfirmed ( System id ) : System.Web.Mvc.ActionResult | ||
Edit ( OrderCreated ordercreated ) : System.Web.Mvc.ActionResult |
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 OrderCreatedsController ( IWaiterRepository waiterRepository, IRestaurantRepository restaurantRepository, IOrderCreatedRepository ordercreatedRepository ) : System | ||
waiterRepository | IWaiterRepository | |
restaurantRepository | IRestaurantRepository | |
ordercreatedRepository | IOrderCreatedRepository | |
return | System |
public PayCommand ( ) : System.Web.Mvc.ViewResult | ||
return | System.Web.Mvc.ViewResult |