josemiguelgomes / spring-diving-school

Dive School App
Apache License 2.0
1 stars 0 forks source link

Add new layer on top of CardService #89

Closed josemiguelgomes closed 2 years ago

josemiguelgomes commented 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.