Пример #1
0
 public Update(REPO.Base.IUpdate updateGameRoundCard)
 {
     this._updateGameRoundCard = updateGameRoundCard;
 }
Пример #2
0
 public Select(REPO.Base.ISelect selectGameRoundCard)
 {
     this._selectGameRoundCard = selectGameRoundCard;
 }
Пример #3
0
 public Insert(REPO.Base.IInsert insertGameRoundCard)
 {
     this._insertGameRoundCard = insertGameRoundCard;
 }