In my project i have met one requirement that is, i have to covert my
model to (DTO) DataTransferObject.I just want have some thing higher
level like i want to have only one method.When pass my model object to
that method convertModelToDTO(_myModelObject)i want the corresponding
DTO object with the values should be filled.
In my model object i'm having collections and other model objects.
If any one of you faced the functionality please let me know your
suggestions.