Example #1
0
        public bool GetT_MouldTypeListByPage(ref List <T_MouldType> modelList, UserInfo user, T_MouldType t_customer, ref DividPage page, ref string strError)
        {
            T_MouldType_Func tfunc = new T_MouldType_Func();

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