Пример #1
0
        public DataTable ListProduct(int pintProductionLineID, string pstrProductID)
        {
            DCPReportDS dsDCP = new DCPReportDS();

            return(dsDCP.ListProduct(pintProductionLineID, pstrProductID));
        }
Пример #2
0
        public DataTable ListProduct(string pstrCCNID, string pstrProductionLineList)
        {
            DCPReportDS dsReport = new DCPReportDS();

            return(dsReport.ListProduct(pstrCCNID, pstrProductionLineList));
        }