메소드 | 설명 | |
---|---|---|
BeerController ( IBeerOrchestrator beerOrchestrator, IBreweryOrchestrator breweryOrchestrator, IStyleOrchestrator styleOrchestrator ) : System | ||
Create ( string breweryId ) : System.Web.Mvc.ActionResult | ||
Delete ( int id ) : System.Web.Mvc.ActionResult | ||
Details ( string id ) : System.Web.Mvc.ActionResult | ||
Edit ( string id ) : System.Web.Mvc.ActionResult | ||
Import ( string breweryId ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ActionResult |
메소드 | 설명 | |
---|---|---|
BeerController ( ) : System | ||
Create ( RightpointLabs.Pourcast.Web.Areas.Admin.Models.CreateBeerViewModel model ) : System.Web.Mvc.ActionResult | ||
Delete ( int id, System.Web.Mvc.FormCollection collection ) : System.Web.Mvc.ActionResult | ||
Edit ( RightpointLabs.Pourcast.Web.Areas.Admin.Models.EditBeerViewModel model ) : System.Web.Mvc.ActionResult | ||
Import ( RightpointLabs.Pourcast.Web.Areas.Admin.Models.ImportBeerViewModel model ) : System.Web.Mvc.ActionResult |
public BeerController ( IBeerOrchestrator beerOrchestrator, IBreweryOrchestrator breweryOrchestrator, IStyleOrchestrator styleOrchestrator ) : System | ||
beerOrchestrator | IBeerOrchestrator | |
breweryOrchestrator | IBreweryOrchestrator | |
styleOrchestrator | IStyleOrchestrator | |
리턴 | System |
public Create ( string breweryId ) : System.Web.Mvc.ActionResult | ||
breweryId | string | |
리턴 | System.Web.Mvc.ActionResult |
public Delete ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
리턴 | System.Web.Mvc.ActionResult |
public Details ( string id ) : System.Web.Mvc.ActionResult | ||
id | string | |
리턴 | System.Web.Mvc.ActionResult |
public Edit ( string id ) : System.Web.Mvc.ActionResult | ||
id | string | |
리턴 | System.Web.Mvc.ActionResult |
public Import ( string breweryId ) : System.Web.Mvc.ActionResult | ||
breweryId | string | |
리턴 | System.Web.Mvc.ActionResult |