Replies: 2 comments 1 reply
-
I see |
Beta Was this translation helpful? Give feedback.
-
Do you have a better suggestion how to solve this scenario using CreateProjection? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Since the new release suggests using CreateProjection instead of CreateMap for mappings only used for projections it would be nice to have IncludeBase on IProjectionExpression instead of IMappingExpression.
Our architecture always has two return models, one for list and one for detail requests. with IncludeBase we can include the base (list) in our detail vm without code duplication.
Beta Was this translation helpful? Give feedback.
All reactions