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

Inheritance: Controller
Afficher le fichier Open project: RightpointLabs/Pourcast

Méthodes publiques

Méthode 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 méthode

public FallController ( ITapRepository tapRepository, IKegRepository kegRepository, IBeerRepository beerRepository ) : System
tapRepository ITapRepository
kegRepository IKegRepository
beerRepository IBeerRepository
Résultat System

GetBeerNameForKeg() public méthode

public GetBeerNameForKeg ( string kegId ) : System.Web.Mvc.ContentResult
kegId string
Résultat System.Web.Mvc.ContentResult

Index() public méthode

public Index ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult