Пример #1
0
        public bool UpdateDefectiveHandle(DefectiveHandleVO item)
        {
            DefectiveHandleDAC dac = new DefectiveHandleDAC();

            return(dac.UpdateDefectiveHandle(item));
        }
Пример #2
0
        public bool DeleteDefectiveHandle(string id)
        {
            DefectiveHandleDAC dac = new DefectiveHandleDAC();

            return(dac.DeleteDefectiveHandle(id));
        }
Пример #3
0
        public List <DefectiveHandleVO> GetAllDefectiveHandle()
        {
            DefectiveHandleDAC dac = new DefectiveHandleDAC();

            return(dac.GetAllDefectiveHandle());
        }