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