Méthode | Description | |
---|---|---|
Create ( ) : System.Web.Mvc.ActionResult | ||
Details ( string id ) : System.Web.Mvc.ActionResult | ||
Edit ( string id ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ActionResult | ||
KegController ( IKegOrchestrator kegOrchestrator, IBeerOrchestrator beerOrchestrator, IBreweryOrchestrator breweryOrchestrator ) : System |
Méthode | Description | |
---|---|---|
Create ( RightpointLabs.Pourcast.Web.Areas.Admin.Models.CreateKegViewModel model ) : System.Web.Mvc.ActionResult | ||
Edit ( |
||
KegController ( ) : System |
public Create ( ) : System.Web.Mvc.ActionResult | ||
Résultat | System.Web.Mvc.ActionResult |
public Details ( string id ) : System.Web.Mvc.ActionResult | ||
id | string | |
Résultat | System.Web.Mvc.ActionResult |
public Edit ( string id ) : System.Web.Mvc.ActionResult | ||
id | string | |
Résultat | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
Résultat | System.Web.Mvc.ActionResult |
public KegController ( IKegOrchestrator kegOrchestrator, IBeerOrchestrator beerOrchestrator, IBreweryOrchestrator breweryOrchestrator ) : System | ||
kegOrchestrator | IKegOrchestrator | |
beerOrchestrator | IBeerOrchestrator | |
breweryOrchestrator | IBreweryOrchestrator | |
Résultat | System |