Exemple #1
0
 public Athlete ForgotPassword(string email)
 {
     return(_athleteRepo.ForgotPassword(email));
 }