Exemple #1
0
        public DataSet GetDefectiveByLine(string date)
        {
            DefectiveDAC dac = new DefectiveDAC();

            return(dac.GetDefectiveByLine(date));
        }
Exemple #2
0
        public DataSet GetDefectiveByDeftiveHandleType(string date)
        {
            DefectiveDAC dac = new DefectiveDAC();

            return(dac.GetDefectiveByDeftiveHandleType(date));
        }
Exemple #3
0
        public List <DefectiveVO> GetAllDefective()
        {
            DefectiveDAC dac = new DefectiveDAC();

            return(dac.GetAllDefective());
        }