Пример #1
0
 public bool SetCurrentRace(string racename)
 {
     _raceService.SetCurrentRace(racename);
     return(true);
 }