Autoresponder: I was hoping AutoMapper would allow me to merge the properties from the DTO back into an existing business object. I do not see anything like it. AutoMapper.Map () creates a new object and populates it, but I need to copy the DTO changes back to the original business object. Is there a Map function that accepts source and target objects?
source
share