Méthode | 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 | ||
OrderCreatingsController ( ) : System | ||
OrderCreatingsController ( IWaiterRepository waiterRepository, IRestaurantRepository restaurantRepository, IOrderCreatingRepository ordercreatingRepository, IZoneRepository zoneRepository ) : System |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Méthode | Description | |
---|---|---|
DeleteConfirmed ( System id ) : System.Web.Mvc.ActionResult | ||
Edit ( OrderCreating ordercreating ) : System.Web.Mvc.ActionResult |
public Create ( ) : System.Web.Mvc.ActionResult | ||
Résultat | System.Web.Mvc.ActionResult |
public Delete ( System id ) : System.Web.Mvc.ActionResult | ||
id | System | |
Résultat | System.Web.Mvc.ActionResult |
public Details ( System id ) : System.Web.Mvc.ViewResult | ||
id | System | |
Résultat | System.Web.Mvc.ViewResult |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
public Edit ( System id ) : System.Web.Mvc.ActionResult | ||
id | System | |
Résultat | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ViewResult | ||
Résultat | System.Web.Mvc.ViewResult |
public OrderCreatingsController ( ) : System | ||
Résultat | System |
public OrderCreatingsController ( IWaiterRepository waiterRepository, IRestaurantRepository restaurantRepository, IOrderCreatingRepository ordercreatingRepository, IZoneRepository zoneRepository ) : System | ||
waiterRepository | IWaiterRepository | |
restaurantRepository | IRestaurantRepository | |
ordercreatingRepository | IOrderCreatingRepository | |
zoneRepository | IZoneRepository | |
Résultat | System |