Closed Ebyrdeu closed 8 months ago
Controller and Service can't exactly call entity we need to have layer which is DTO and it need have 2 methods that converts Enttiy -> DTO and DTO -> Entity
Enttiy -> DTO
DTO -> Entity
Problem Description
Controller and Service can't exactly call entity we need to have layer which is DTO and it need have 2 methods that converts
Enttiy -> DTO
andDTO -> Entity