Ejemplo n.º 1
0
 public Update(REPO.Base.IUpdate updateGameRoundCard)
 {
     this._updateGameRoundCard = updateGameRoundCard;
 }
Ejemplo n.º 2
0
 public Select(REPO.Base.ISelect selectGameRoundCard)
 {
     this._selectGameRoundCard = selectGameRoundCard;
 }
Ejemplo n.º 3
0
 public Insert(REPO.Base.IInsert insertGameRoundCard)
 {
     this._insertGameRoundCard = insertGameRoundCard;
 }