Пример #1
0
 public bool ChangePassword(string userName, string newPassword)
 {
     return(_tUserData.ChangePassword(userName, newPassword));
 }