Example #1
0
 public Select(DAL.Base.ISelect selectGameRoundCard)
 {
     this._selectGameRoundCard = selectGameRoundCard;
 }
Example #2
0
 public Insert(DAL.Base.IInsert insertGameRoundCard)
 {
     this._insertGameRoundCard = insertGameRoundCard;
 }
Example #3
0
 public Update(DAL.Base.IUpdate updateGameRoundCard)
 {
     this._updateGameRoundCard = updateGameRoundCard;
 }