Exemple #1
0
 public Sport GetSport(SportEnum sport)
 {
     return(Sports.Where(i => i.SportID == (int)sport).Single());
 }