Esempio n. 1
0
 public Start(Base.ISelect selectGame, GameRound.Base.IStart startRound,
              Hubs.Base.ISendMessage sendMessage)
 {
     this._selectGame  = selectGame;
     this._startRound  = startRound;
     this._sendMessage = sendMessage;
 }
Esempio n. 2
0
        public Start(Base.ISelect selectGame, GameRound.Base.IStart startRound,
					 Hubs.Base.ISendMessage sendMessage)
        {
            this._selectGame = selectGame;
            this._startRound = startRound;
            this._sendMessage = sendMessage;
        }
Esempio n. 3
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;
 }
Esempio n. 4
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;
        }