C# Class RightpointLabs.Pourcast.Web.Areas.Admin.Controllers.TapController

Inheritance: Controller
Exibir arquivo Open project: RightpointLabs/Pourcast

Public Methods

Method Description
Create ( ) : System.Web.Mvc.ActionResult
Edit ( string id ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
TapController ( ITapOrchestrator tapOrchestrator, IKegOrchestrator kegOrchestrator, IBeerOrchestrator beerOrchestrator, IBreweryOrchestrator breweryOrchestrator ) : System

Private Methods

Method Description
Create ( RightpointLabs.Pourcast.Web.Areas.Admin.Models.CreateTapViewModel model ) : System.Web.Mvc.ActionResult
Edit ( RightpointLabs.Pourcast.Web.Areas.Admin.Models.EditTapViewModel model ) : System.Web.Mvc.ActionResult
TapController ( ) : System

Method Details

Create() public method

public Create ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Edit() public method

public Edit ( string id ) : System.Web.Mvc.ActionResult
id string
return System.Web.Mvc.ActionResult

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

TapController() public method

public TapController ( ITapOrchestrator tapOrchestrator, IKegOrchestrator kegOrchestrator, IBeerOrchestrator beerOrchestrator, IBreweryOrchestrator breweryOrchestrator ) : System
tapOrchestrator ITapOrchestrator
kegOrchestrator IKegOrchestrator
beerOrchestrator IBeerOrchestrator
breweryOrchestrator IBreweryOrchestrator
return System