예제 #1
0
 public double GetTotalDistanceRan(int athleteId)
 {
     return(_runRepo.GetTotalDistanceRan(athleteId));
 }