Пример #1
0
        public Select(DAL.Base.ISelect selectGamePlayers,
					  AS.GamePlayerCard.Base.ISelect selectGamePlayerCards)
        {
            this._selectGamePlayers = selectGamePlayers;
            this._selectGamePlayerCards = selectGamePlayerCards;
        }
Пример #2
0
 public Insert(DAL.Base.IInsert insertGamePlayer)
 {
     this._insertGamePlayer = insertGamePlayer;
 }
Пример #3
0
 public Update(DAL.Base.IUpdate update)
 {
     this._update = update;
 }