Пример #1
0
 public EDRace(string name, EDRoute route, IEnumerable <string> contestants) : this(name, route)
 {
     Contestants = contestants.ToList();
 }
Пример #2
0
 public EDRace(string name, EDRoute route)
 {
     Name  = name;
     Route = route;
 }