username@email.com
2023-10-17 3f4013e9283d1fe29ef40cc8b4d7ee7a590a1590
DocumentServiceAPI.Application/WorkRemind/Services/Interfaces/IWorkRemindService.cs
@@ -18,7 +18,7 @@
        public bool InEmployee(Document_WorkRemind dw);
        public List<Document_EmployeeInfo> GetUEmployeeInfoList();
        public PageResult<Document_WorkRemind> postWorkRemindList(WorkRemindPageSearch page);
        public PageResult<DocumentWorkRemindDTO> postWorkRemindList(WorkRemindPageSearch page);
        public bool DelEmployee(int ID);