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)); }
public DataTable GetProduce() { DCPReportDS dsReport = new DCPReportDS(); return(dsReport.GetProduce()); }