C# Класс RightpointLabs.Pourcast.Web.Controllers.FallController

Наследование: Controller
Показать файл Открыть проект

Открытые методы

Метод Описание
FallController ( ITapRepository tapRepository, IKegRepository kegRepository, IBeerRepository beerRepository ) : System
GetBeerNameForKeg ( string kegId ) : System.Web.Mvc.ContentResult
Index ( ) : System.Web.Mvc.ActionResult

Описание методов

FallController() публичный Метод

public FallController ( ITapRepository tapRepository, IKegRepository kegRepository, IBeerRepository beerRepository ) : System
tapRepository ITapRepository
kegRepository IKegRepository
beerRepository IBeerRepository
Результат System

GetBeerNameForKeg() публичный Метод

public GetBeerNameForKeg ( string kegId ) : System.Web.Mvc.ContentResult
kegId string
Результат System.Web.Mvc.ContentResult

Index() публичный Метод

public Index ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult