示例#1
0
        public DataTable GetProduce(string pstrOptionID, int pintProductionLineID, string strItems, DateTime pdtmFromDate, DateTime pdtmToDate)
        {
            DCPReportDS dsDCP = new DCPReportDS();

            return(dsDCP.GetProduce(pstrOptionID, pintProductionLineID, strItems, pdtmFromDate, pdtmToDate));
        }
示例#2
0
        public DataTable GetProduce()
        {
            DCPReportDS dsReport = new DCPReportDS();

            return(dsReport.GetProduce());
        }