示例#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;
 }