Replies: 1 comment
-
You want to use separate mapper classes for address and person? Have you tried using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have 2 classes, for example:
When I create a Mapper for Person&Address, how can I use the mapper for Address in Person?
Create a function to do the mapping, and use the
MapPropertyAttribute
? Like so:Beta Was this translation helpful? Give feedback.
All reactions