public SelectPlayerViewModel(Game g, string BggID)
 {
     this.GameName = g.Name;
     this.GameId = g.Id;
     this.BggID = BggID;
 }
Exemple #2
0
 public Match(Game g)
     : this()
 {
     this.Game = g;
 }