ArmedCards.BusinessLogic.AppServices.Game.Start.Start C# (CSharp) Method

Start() public method

public Start ( Base selectGame, GameRound startRound, Hubs sendMessage ) : System
selectGame Base
startRound GameRound
sendMessage Hubs
return System
        public Start(Base.ISelect selectGame, GameRound.Base.IStart startRound,
					 Hubs.Base.ISendMessage sendMessage)
        {
            this._selectGame = selectGame;
            this._startRound = startRound;
            this._sendMessage = sendMessage;
        }