public DataTable ListProduct(int pintProductionLineID, string pstrProductID) { DCPReportDS dsDCP = new DCPReportDS(); return(dsDCP.ListProduct(pintProductionLineID, pstrProductID)); }
public DataTable ListProduct(string pstrCCNID, string pstrProductionLineList) { DCPReportDS dsReport = new DCPReportDS(); return(dsReport.ListProduct(pstrCCNID, pstrProductionLineList)); }