Exemple #1
0
        public DataTable GetWCConfig(int pintProductionLineID)
        {
            DCPReportDS dsReport = new DCPReportDS();

            return(dsReport.GetWCConfig(pintProductionLineID));
        }