C# Class ArmedCards.Web.Controllers.Game.Board.GameController

Inheritance: Extensions.ArmedCardsController
Exibir arquivo Open project: kwmcrell/ArmedCards

Public Methods

Method Description
GameController ( ArmedCards.BusinessLogic.AppServices joinGame, ArmedCards.BusinessLogic.AppServices sendMessage, ArmedCards.BusinessLogic.AppServices selectUser, ArmedCards.BusinessLogic.AppServices selectKickVotes, ArmedCards.BusinessLogic.AppServices selectGameRounds ) : System

Constructor

Private Methods

Method Description
Index ( Int32 id ) : System.Web.Mvc.ActionResult
Spectate ( Int32 id ) : System.Web.Mvc.ActionResult

Method Details

GameController() public method

Constructor
public GameController ( ArmedCards.BusinessLogic.AppServices joinGame, ArmedCards.BusinessLogic.AppServices sendMessage, ArmedCards.BusinessLogic.AppServices selectUser, ArmedCards.BusinessLogic.AppServices selectKickVotes, ArmedCards.BusinessLogic.AppServices selectGameRounds ) : System
joinGame ArmedCards.BusinessLogic.AppServices
sendMessage ArmedCards.BusinessLogic.AppServices
selectUser ArmedCards.BusinessLogic.AppServices
selectKickVotes ArmedCards.BusinessLogic.AppServices
selectGameRounds ArmedCards.BusinessLogic.AppServices
return System