public static bool ActualizarClaveTransacciones(long AF_Id, string AF_PasswordOld, string AF_PasswordNew, string FL_IP, int sCod) { bool flag = HelperLogons.PasswordUpdate(AF_Id, AF_PasswordOld, AF_PasswordNew, 0, FL_IP, "CLVTRAN", sCod); return(flag); }
public static bool ActualizarClaveLogin(long AF_Id, string AF_PasswordOld, string AF_PasswordNew, int AF_DiasPassword, string FL_IP, int sCod) { bool flag = HelperLogons.PasswordUpdate(AF_Id, AF_PasswordOld, AF_PasswordNew, AF_DiasPassword, FL_IP, "CLVLOGIN", sCod); return(flag); }