For Web/JSON requests we don't want to expose the entire domain model to the client. One of the patterns in this case is using a DTO object and then mapping from domain models to DTOs and back.For Web/JSON requests we don't want to expose t
For Web/JSON requests we don't want to expose the entire domain model to the client. One of the patterns in this case is using a DTO object and then mapping from domain models to DTOs and back.For Web/JSON requests we don't want to expose t