コード例 #1
0
 public double GetPersonalRunCount(int athleteId)
 {
     return(_runRepo.GetPersonalRunCount(athleteId));
 }