Exemple #1
0
 public Select(REPO.Base.ISelect selectGame)
 {
     this._selectGame = selectGame;
 }
Exemple #2
0
 public Update(REPO.Base.IUpdate update)
 {
     this._update = update;
 }