C# 클래스 ArmedCards.Web.Controllers.Game.Board.GameController

상속: Extensions.ArmedCardsController
파일 보기 프로젝트 열기: kwmcrell/ArmedCards

공개 메소드들

메소드 설명
GameController ( ArmedCards.BusinessLogic.AppServices joinGame, ArmedCards.BusinessLogic.AppServices sendMessage, ArmedCards.BusinessLogic.AppServices selectUser, ArmedCards.BusinessLogic.AppServices selectKickVotes, ArmedCards.BusinessLogic.AppServices selectGameRounds ) : System

Constructor

비공개 메소드들

메소드 설명
Index ( Int32 id ) : System.Web.Mvc.ActionResult
Spectate ( Int32 id ) : System.Web.Mvc.ActionResult

메소드 상세

GameController() 공개 메소드

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
리턴 System