Automapper ConstructUsing through a relationship
I have a mapping setup to go from my Entity Framework Software
model to SoftwareDTO
, which is working correctly when I project to it like this:
I have a mapping setup to go from my Entity Framework Software
model to SoftwareDTO
, which is working correctly when I project to it like this: