Esempio n. 1
0
        /// <summary>
        /// Gets working time of work center
        /// </summary>
        /// <returns>DataTable</returns>
        public DataTable GetWorkingTime()
        {
            DCPReportDS dsReport = new DCPReportDS();

            return(dsReport.GetWorkingTime());
        }
Esempio n. 2
0
        /// <summary>
        /// Gets working time of work center
        /// </summary>
        /// <param name="pintProductionLineID">Production Line</param>
        /// <returns>DataTable</returns>
        public DataTable GetWorkingTime(int pintProductionLineID)
        {
            DCPReportDS dsReport = new DCPReportDS();

            return(dsReport.GetWorkingTime(pintProductionLineID));
        }