Example #1
0
 public Play(DS.GamePlayerCard.Base.IPlay playCard,
             AS.Game.Base.ISelect selectGame,
             AS.Hubs.Base.ISendMessage sendMessage,
             AS.Game.Base.IUpdate updateGame)
 {
     this._playCard    = playCard;
     this._selectGame  = selectGame;
     this._sendMessage = sendMessage;
     this._updateGame  = updateGame;
 }
Example #2
0
        public Play(DS.GamePlayerCard.Base.IPlay playCard,
					AS.Game.Base.ISelect selectGame,
                    AS.Hubs.Base.ISendMessage sendMessage,
					AS.Game.Base.IUpdate updateGame)
        {
            this._playCard = playCard;
            this._selectGame = selectGame;
            this._sendMessage = sendMessage;
            this._updateGame = updateGame;
        }