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