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

            return(dsReport.GetProductionGroup(pintProductionLineID));
        }