C# Class PivotalPoker.Controllers.HomeController

Inheritance: Controller
Datei anzeigen Open project: cheezburger/pivotal-poker Class Usage Examples

Public Methods

Method Description
HomeController ( IGameStarter gameStarter ) : System
Index ( ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
Index ( string name ) : System.Web.Mvc.ActionResult

Method Details

HomeController() public method

public HomeController ( IGameStarter gameStarter ) : System
gameStarter IGameStarter
return System

Index() public method

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