Adding a Map<TDest>() method. #4
luigicfilho
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This method will work to help the mapping from the TValue object inside of the Result to a different object.
Goal: Help with decoupling between layers, since we will not have to have Mapping files on extension of the object with reference to another layer.
Plan:
Method code:
Helper class
Need investigate the limitations of this code, how to better do it.
Beta Was this translation helpful? Give feedback.
All reactions