예제 #1
0
 public ActionResult <string> PostRunRace(int id)
 {
     _raceService.RunRace(id);
     return("FINISHED!");
 }