Exemplo n.º 1
0
        public Select(DAL.Base.ISelect selectGameRound,
					  AS.GameRoundCard.Base.ISelect selectGameRoundCards)
        {
            this._selectGameRound = selectGameRound;
            this._selectGameRoundCards = selectGameRoundCards;
        }
Exemplo n.º 2
0
 public Select(DAL.Base.ISelect selectGameRound,
               AS.GameRoundCard.Base.ISelect selectGameRoundCards)
 {
     this._selectGameRound      = selectGameRound;
     this._selectGameRoundCards = selectGameRoundCards;
 }