예제 #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;
 }