AutoMapper: Mapping SaveStaffFileDto to StaffFile with Custom Job Mapping
The CreateMap method creates a mapping between SaveStaffFileDto and StaffFile types. It includes all members from the source object and maps the JobId property to the destination object. \n\nThe ForMember method is used to customize the mapping for the Job property. It maps the JobId property from the source object to the Id property of a new Basic_JobDto object in the destination object.
原文地址: https://www.cveoy.top/t/topic/pMXO 著作权归作者所有。请勿转载和采集!