C# Class RightpointLabs.Pourcast.Web.Controllers.FallController

Inheritance: Controller
Mostra file Open project: RightpointLabs/Pourcast

Public Methods

Method Description
FallController ( ITapRepository tapRepository, IKegRepository kegRepository, IBeerRepository beerRepository ) : System
GetBeerNameForKeg ( string kegId ) : System.Web.Mvc.ContentResult
Index ( ) : System.Web.Mvc.ActionResult

Method Details

FallController() public method

public FallController ( ITapRepository tapRepository, IKegRepository kegRepository, IBeerRepository beerRepository ) : System
tapRepository ITapRepository
kegRepository IKegRepository
beerRepository IBeerRepository
return System

GetBeerNameForKeg() public method

public GetBeerNameForKeg ( string kegId ) : System.Web.Mvc.ContentResult
kegId string
return System.Web.Mvc.ContentResult

Index() public method

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