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 | ||
Filter ( ) : System.Web.Mvc.ViewResult | ||
Index ( ) : System.Web.Mvc.ViewResult | ||
OrderPaidsController ( ) : System | ||
OrderPaidsController ( IWaiterRepository waiterRepository, IRestaurantRepository restaurantRepository, IOrderPaidRepository orderpaidRepository, IProductTypeRepository producttypeRepository ) : System | ||
StatProduct ( ) : System.Web.Mvc.ViewResult | ||
StatResto ( ) : System.Web.Mvc.ViewResult |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Méthode | Description | |
---|---|---|
Create ( OrderPaid orderpaid ) : System.Web.Mvc.ActionResult | ||
DeleteConfirmed ( System id ) : System.Web.Mvc.ActionResult | ||
Edit ( OrderPaid orderpaid ) : System.Web.Mvc.ActionResult | ||
Filter ( |
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 Filter ( ) : System.Web.Mvc.ViewResult | ||
Résultat | System.Web.Mvc.ViewResult |
public Index ( ) : System.Web.Mvc.ViewResult | ||
Résultat | System.Web.Mvc.ViewResult |
public OrderPaidsController ( IWaiterRepository waiterRepository, IRestaurantRepository restaurantRepository, IOrderPaidRepository orderpaidRepository, IProductTypeRepository producttypeRepository ) : System | ||
waiterRepository | IWaiterRepository | |
restaurantRepository | IRestaurantRepository | |
orderpaidRepository | IOrderPaidRepository | |
producttypeRepository | IProductTypeRepository | |
Résultat | System |
public StatProduct ( ) : System.Web.Mvc.ViewResult | ||
Résultat | System.Web.Mvc.ViewResult |
public StatResto ( ) : System.Web.Mvc.ViewResult | ||
Résultat | System.Web.Mvc.ViewResult |