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
In order to make the implementation better to maintain; The idea is to replace existing custom code by standard implementation. In order to do so; the DTO is concept is needed to prevent errors.
If we want to migrate to native Repositories (like has been done in Sitipe), we need to support DTO's (Data Transfer Objects).
In order to make the implementation better to maintain; The idea is to replace existing custom code by standard implementation. In order to do so; the DTO is concept is needed to prevent errors.
If we want to migrate to native Repositories (like has been done in Sitipe), we need to support DTO's (Data Transfer Objects).
App > Service > Repository
DTO > DTO/Entity translation > Entity
The Input and Output of the Service package should be DTO's.
The translation from/to a DTO should be in the Service.
The text was updated successfully, but these errors were encountered: