Пример #1
0
        public bool GetT_UserListByPage(ref List <UserInfo> modelList, UserInfo user, UserInfo t_user, ref BILBasic.Common.DividPage page, ref string strError)
        {
            User_Func tfunc = new User_Func();

            return(tfunc.GetModelListByPage(ref modelList, user, t_user, ref page, ref strError));
        }