Exemple #1
0
 public bool ChangePassword(string Email, string CurrentPassword, string Password)
 {
     return(_userDataRepository.ChangePassword(Email, CurrentPassword, Password));
 }