Example #1
0
 public double GetRunCount(int athleteId)
 {
     return(_runRepo.GetRunCount(athleteId));
 }