Exemplo n.º 1
0
 public Join(Base.IValidatePassphrase validatePassphrase, REPO.Game.Base.IJoin joinGame,
             AS.GameRound.Base.IStart _startRound)
 {
     this._validatePassphrase = validatePassphrase;
     this._joinGame           = joinGame;
     this._startRound         = _startRound;
 }
Exemplo n.º 2
0
        public Join(Base.IValidatePassphrase validatePassphrase, REPO.Game.Base.IJoin joinGame,
					AS.GameRound.Base.IStart _startRound)
        {
            this._validatePassphrase = validatePassphrase;
            this._joinGame = joinGame;
            this._startRound = _startRound;
        }
Exemplo n.º 3
0
        public Complete(AS.GameRound.Base.ISelect selectGameRound,
						AS.GameRoundCard.Base.IUpdate updateGameRoundCard,
						AS.GameRound.Base.IStart startGameRoud,
						AS.Game.Base.ISelect selectGame,
						AS.GamePlayer.Base.IUpdate updateGamePlayer)
        {
            this._selectGameRound = selectGameRound;
            this._updateGameRoundCard = updateGameRoundCard;
            this._startGameRoud = startGameRoud;
            this._selectGame = selectGame;
            this._updateGamePlayer = updateGamePlayer;
        }
Exemplo n.º 4
0
 public Complete(AS.GameRound.Base.ISelect selectGameRound,
                 AS.GameRoundCard.Base.IUpdate updateGameRoundCard,
                 AS.GameRound.Base.IStart startGameRoud,
                 AS.Game.Base.ISelect selectGame,
                 AS.GamePlayer.Base.IUpdate updateGamePlayer)
 {
     this._selectGameRound     = selectGameRound;
     this._updateGameRoundCard = updateGameRoundCard;
     this._startGameRoud       = startGameRoud;
     this._selectGame          = selectGame;
     this._updateGamePlayer    = updateGamePlayer;
 }