JavaBaz / darvazeh

Comprehensive Event Management and Ticketing System
1 stars 0 forks source link

refactor UserService in order to use DTOs #4

Open JavaBaz opened 2 weeks ago

aliJavaTar commented 2 weeks ago

i can't understand , in order what dose it mean

JavaBaz commented 2 weeks ago

In the package com.github.javabaz.darvazeh.feature.user.dto, we have several DTOs that are currently used in the controller layer but not in the service layer. We should consider using these DTOs in the service layer as well. If needed, feel free to add more DTOs!