| | |
| | | using DocumentServiceAPI.Application.UserAndLogin.ViewMode; |
| | | using DocumentServiceAPI.Application.ProjectInfo.ViewMode; |
| | | using DocumentServiceAPI.Application.UserAndLogin.ViewMode; |
| | | using DocumentServiceAPI.Application.WorkRemind.ViewMode; |
| | | using DocumentServiceAPI.Model.cyDocumentModel; |
| | | using System; |
| | | using System.Collections.Generic; |
| | |
| | | { |
| | | public void Register(TypeAdapterConfig config) |
| | | { |
| | | |
| | | config.ForType<DocumentWorkRemindDTO, Document_WorkRemind>(); |
| | | config.ForType<Document_WorkRemind, DocumentWorkRemindDTO>(); |
| | | |
| | | } |
| | | } |