C# 클래스 RightpointLabs.Pourcast.Web.Areas.Admin.Controllers.TapController

상속: Controller
파일 보기 프로젝트 열기: RightpointLabs/Pourcast

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

Create() 공개 메소드

public Create ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Edit() 공개 메소드

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

Index() 공개 메소드

public Index ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

TapController() 공개 메소드

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