Exemple #1
0
 public static int ChangePwd(string mail, string pwdNew)
 {
     return(UserBUS.ChangePwd(mail, pwdNew));
 }
 public static bool ChangePwd(int idUser, string pwdOld, string pwdNew)
 {
     return(UserBUS.ChangePwd(idUser, pwdOld, pwdNew));
 }