| | |
| | | using AutoMapper; |
| | | using DTO; |
| | | using DTO.Models; |
| | | using DTO.WebCrawler; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Text; |
| | |
| | | CreateMap<FiCustomerrecievemoney, FiCustomerrecievemoneyDTO>(); |
| | | CreateMap<FiCustomerrecievemoneyDTO, FiCustomerrecievemoney>(); |
| | | |
| | | CreateMap<TProjectDictionary, TProjectDictionaryDTO>(); |
| | | CreateMap<TProjectDictionaryDTO, TProjectDictionary>(); |
| | | |
| | | CreateMap<ZhengfuProject, ZhengfuProjectDTO>(); |
| | | CreateMap<ZhengfuProjectDTO, ZhengfuProject>(); |
| | | |
| | | CreateMap<Zxdsfxl, ZxdsfxlDTO>(); |
| | | CreateMap<ZxdsfxlDTO, Zxdsfxl>(); |
| | | |
| | | } |
| | | } |
| | | } |