Esempio n. 1
0
        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);
        }
Esempio n. 2
0
        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);
        }