ArmedCards.Web.Controllers.Game.CreateGameController.CreateGameController C# (CSharp) Метод

CreateGameController() публичный Метод

Constructor
public CreateGameController ( ArmedCards.BusinessLogic.AppServices insertGame, ArmedCards.BusinessLogic.AppServices selectDeck ) : System
insertGame ArmedCards.BusinessLogic.AppServices
selectDeck ArmedCards.BusinessLogic.AppServices
Результат System
        public CreateGameController(ACAS.Game.Base.IInsert insertGame, ACAS.Deck.Base.ISelect selectDeck)
        {
            this._insertGame = insertGame;
            this._selectDeck = selectDeck;
        }
CreateGameController