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