Ejemplo n.º 1
0
 public Athlete RegisterAthlete(Athlete athlete)
 {
     return(_athleteRepo.RegisterAthlete(athlete));
 }