Esempio n. 1
0
 public IEnumerable <Run> GetAthletePersonalRuns(int id)
 {
     return(_runRepo.GetAthletePersonalRuns(id));
 }