Closed josemiguelgomes closed 2 years ago
Add a new layer on top of CardService (and all services) to add the functionality of doing save on DTOs. With this new layer we don't need to do the explicit conversions (DTO/Entity) on the controllers, but they could call this new layer.
Add a new layer on top of CardService (and all services) to add the functionality of doing save on DTOs. With this new layer we don't need to do the explicit conversions (DTO/Entity) on the controllers, but they could call this new layer.