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; }
public Update(DAL.Base.IUpdate update) { this._update = update; }