I am creating an n-level wep application with asp.net mvc that calls a stateless service level.
therefore, in addition to the βmodelβ that the service level processes using ORM, I have a DTO for each model class that maps to a specific controller. Then for each DTO class, I have a user interface model model that I populate with the appropriate data from the DTO, and then use it with the view. Then, in the controller in the mail, I send information from the user interface view to the service level. does this sound right?
source share