Exemple #1
0
 public static IEnumerable <Player> GetPlayers(this Records records)
 {
     return(records.Games.SelectMany(z => z.GetPlayers()).Distinct());
 }