You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
It is common for layered backend applications to provide abstraction between user presentation area and business logic area.
Describe the solution you'd like
Implement DTO - Data Transfer Object pattern for Web Backend,
Configure mapping between: "DTO -> Domain Model" and "Domain Model -> DTO",
Adjust every controller class's endpoints methods to return DTO, not Domain Model,
Perform mapping instructions on API layer, not Application,
Describe alternatives you've considered
Additional context
Web Backend
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
It is common for layered backend applications to provide abstraction between user presentation area and business logic area.
Describe the solution you'd like
DTO - Data Transfer Object
pattern for Web Backend,Describe alternatives you've considered
Additional context
Web Backend
The text was updated successfully, but these errors were encountered: