Ejemplo n.º 1
0
 public Athlete LoginAthlete(string username, string password)
 {
     return(_athleteRepo.LoginAthlete(username, password));
 }