Example #1
0
 public Insert(DAL.Base.IInsert insertGameRound)
 {
     this._insertGameRound = insertGameRound;
 }
Example #2
0
        public Select(DAL.Base.ISelect selectGameRound,
					  AS.GameRoundCard.Base.ISelect selectGameRoundCards)
        {
            this._selectGameRound = selectGameRound;
            this._selectGameRoundCards = selectGameRoundCards;
        }
Example #3
0
 public Delete(DAL.Base.IDelete delete)
 {
     this._delete = delete;
 }