Beispiel #1
0
 public double GetDistanceOverTime(int athleteId, string startDate, string endDate)
 {
     return(_runRepo.GetDistanceOverTime(athleteId, startDate, endDate));
 }