Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A DTO (Data Transfer Object) is meant to either: - Represent data received from the client in requests. - Represent data sent to the client in responses. A struct that is used for internal business logic is not normally named "DTO".
- Loading branch information