Пример #1
0
        public bool UpdateT_UserStatus(UserInfo user, ref UserInfo t_user, int NewStatus, ref string strError)
        {
            User_Func tfunc = new User_Func();

            return(tfunc.UpdateModelStatus(user, ref t_user, NewStatus, ref strError));
        }