C# Класс ArmedCards.Web.Controllers.Game.Board.GameController

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

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

Метод Описание
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