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