Exemple #1
0
        public void UpdateDataSet(DataSet pdstData)
        {
            PRO_PGProductDS dsProductGroup = new PRO_PGProductDS();

            dsProductGroup.UpdateDataSet(pdstData);
        }
Exemple #2
0
        /// <summary>
        /// Get list of Work center which belong to specific Production Line
        /// </summary>
        /// <param name="pintProductionLineID"></param>
        /// <returns></returns>

        public DataTable GetAllData()
        {
            PRO_PGProductDS dsProductGroup = new PRO_PGProductDS();

            return(dsProductGroup.GetAllData());
        }