Пример #1
0
        public bool GetAllT_UserByHeaderID(ref List <UserInfo> modelList, int headerID, ref string strError)
        {
            User_Func tfunc = new User_Func();

            return(tfunc.GetModelListByHeaderID(ref modelList, headerID, ref strError));
        }