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

Inheritance: Controller
Mostra file Open project: RightpointLabs/Pourcast

Public Methods

Method Description
HomeController ( ITapOrchestrator tapOrchestrator, IKegOrchestrator kegOrchestrator, IBeerOrchestrator beerOrchestrator, IConnectionManager connectionManager ) : System
Index ( ) : System.Web.Mvc.ActionResult
Refresh ( ) : System.Web.Mvc.ActionResult
RequestPicture ( ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
HomeController ( ) : System

Method Details

HomeController() public method

public HomeController ( ITapOrchestrator tapOrchestrator, IKegOrchestrator kegOrchestrator, IBeerOrchestrator beerOrchestrator, IConnectionManager connectionManager ) : System
tapOrchestrator ITapOrchestrator
kegOrchestrator IKegOrchestrator
beerOrchestrator IBeerOrchestrator
connectionManager IConnectionManager
return System

Index() public method

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

Refresh() public method

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

RequestPicture() public method

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