Beispiel #1
0
 public string PasswordForgot(PasswordForgotDTO passwordForgot)
 {
     return(_studentDal.PasswordForgot(passwordForgot));
 }