Beispiel #1
0
 public IEnumerable <Run> GetAthleteEventRuns(int id)
 {
     return(_runRepo.GetAthleteEventRuns(id));
 }