Пример #1
0
        public List <EditQtyModel.ResponseDeleteReport> GetAuditHHTToPCDelete(EditQtyModel.Request searchSection)
        {
            List <EditQtyModel.ResponseDeleteReport> auditList = auditDAO.GetAuditHHTToPCDelete(searchSection.DepartmentCode, searchSection.SectionCode, searchSection.SectionName, searchSection.LocationFrom, searchSection.LocationTo, searchSection.Barcode);

            return(auditList);
        }
Пример #2
0
        public List <EditQtyModel.ResponseSummaryMKCode> GetAuditHHTToPCSummaryMKCode(EditQtyModel.Request searchSection)
        {
            List <EditQtyModel.ResponseSummaryMKCode> auditList = auditDAO.GetAuditHHTToPCSummaryMKCode(searchSection.DepartmentCode, searchSection.SectionCode, searchSection.SectionName, searchSection.LocationFrom, searchSection.LocationTo, searchSection.Barcode, searchSection.SectionType, searchSection.SKUCode);

            return(auditList);
        }