Esempio n. 1
0
        public Select(DAL.Base.ISelect selectGame,
                      GamePlayer.Base.ISelect selectGamePlayerREPO,
					  AS.Deck.Base.ISelect selectDeck,
					  AS.GameRound.Base.ISelect selectGameRound)
        {
            this._selectGame = selectGame;
            this._selectGamePlayerREPO = selectGamePlayerREPO;
            this._selectDeck = selectDeck;
            this._selectGameRound = selectGameRound;
        }
Esempio n. 2
0
 public Update(DAL.Base.IUpdate update)
 {
     this._update = update;
 }