Beispiel #1
0
 public Select(DS.Base.ISelect selectGamePlayers)
 {
     this._selectGamePlayers = selectGamePlayers;
 }
Beispiel #2
0
 public Update(DS.Base.IUpdate update)
 {
     this._update = update;
 }