Esempio n. 1
0
        public Leave(DS.Game.Base.ILeave leaveGame, 
					 Game.Base.ISelect selectGame,
                     Hubs.Base.ISendMessage sendMessage,
					 GameRound.Base.IStart startRound,
					 GameRound.Base.IDelete deleteRound,
					 Base.IUpdate updateGame,
                     GamePlayerCard.Base.IDeal dealCards)
        {
            this._leaveGame = leaveGame;
            this._selectGame = selectGame;
            this._sendMessage = sendMessage;
            this._startRound = startRound;
            this._deleteRound = deleteRound;
            this._updateGame = updateGame;
            this._dealCards = dealCards;
        }