I think would be cool to remove "setters" and move required properties to constructor. Also if there's a lot of properties - feel free to create DTOs for groups of properties, like NameDTO (firstName, lastName), AddressDTO (Country, city, street...) etc.
I think would be cool to remove "setters" and move required properties to constructor. Also if there's a lot of properties - feel free to create DTOs for groups of properties, like NameDTO (firstName, lastName), AddressDTO (Country, city, street...) etc.