Exemplo n.º 1
0
 public Play(AS.GamePlayerCard.Base.ISelect selectGamePlayerCard,
             AS.GameRound.Base.ISelect selectGameRound,
             AS.GameRoundCard.Base.IInsert insertGameRoundCard,
             Base.IDelete deleteGamePlayerCard)
 {
     this._selectGamePlayerCard = selectGamePlayerCard;
     this._selectGameRound      = selectGameRound;
     this._insertGameRoundCard  = insertGameRoundCard;
     this._deleteGamePlayerCard = deleteGamePlayerCard;
 }
Exemplo n.º 2
0
        public Play(AS.GamePlayerCard.Base.ISelect selectGamePlayerCard,
					AS.GameRound.Base.ISelect selectGameRound,
					AS.GameRoundCard.Base.IInsert insertGameRoundCard,
					Base.IDelete deleteGamePlayerCard)
        {
            this._selectGamePlayerCard = selectGamePlayerCard;
            this._selectGameRound = selectGameRound;
            this._insertGameRoundCard = insertGameRoundCard;
            this._deleteGamePlayerCard = deleteGamePlayerCard;
        }