We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hi I Have 3 patch API With 3 different Dto For modified One Entity :
which approach is better
1- Create 3 services For Modified with 3 different DTOs (All Those Methods are the same)
2- Create 1 Service For Modified With One Dto Called "EditDto" And Map Those 3 DTOs To EditDto
3- Create 1 Service For Modified With Entity As param And Map Those 3 DTOs To Entity
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi
I Have 3 patch API With 3 different Dto For modified One Entity :
which approach is better
1- Create 3 services For Modified with 3 different DTOs (All Those Methods are the same)
2- Create 1 Service For Modified With One Dto Called "EditDto" And Map Those 3 DTOs To EditDto
3- Create 1 Service For Modified With Entity As param And Map Those 3 DTOs To Entity
The text was updated successfully, but these errors were encountered: