Using AutoMapper to unflatten a DTO

前端 未结 7 907
执念已碎
执念已碎 2020-11-28 07:52

I\'ve been trying to use AutoMapper to save some time going from my DTOs to my domain objects, but I\'m having trouble configuring the map so that it works, and I\'m beginni

相关标签:
7条回答
  • 2020-11-28 08:44

    use https://github.com/omuleanu/ValueInjecter, it does flattening and unflattening, and anything else you need, there is an asp.net mvc sample application in the download where all the features are demonstrated (also unit tests)

    0 讨论(0)
提交回复
热议问题