Esempio n. 1
0
 public Update(REPO.Base.IUpdate update)
 {
     this._update = update;
 }
Esempio n. 2
0
 public Select(REPO.Base.ISelect selectGamePlayers)
 {
     this._selectGamePlayers = selectGamePlayers;
 }