Exemplo n.º 1
0
        public bool GetT_InTaskDetailsListByPage(ref List <T_InStockTaskDetailsInfo> modelList, UserInfo user, T_InStockTaskDetailsInfo t_taskdetails, ref DividPage page, ref string strError)
        {
            T_InTaskDetails_Func tfunc = new T_InTaskDetails_Func();

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