Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 536 Bytes

guide-dto.asciidoc

File metadata and controls

6 lines (4 loc) · 536 Bytes
Table of Contents

DTO approach

As described in our modern structure guide, for application e.g. with microservices architecture where we build smaller applications compared to monoliths, we recommend keeping things as simple as possible. The same principle applies to transfer object. Instead of using different types of transfer objects for each entity such as ETO and CTO, we highly suggest using one data transfer object (DTO) named «BusinessObject»Dto.