Exemple #1
0
 public Athlete GetAthlete(int id)
 {
     return(_athleteRepo.GetAthleteByID(id));
 }