Skip to content

How can i implement generic service for only CRUD operations #281

Discussion options

You must be logged in to vote

You can have a generic service for CRUD if the business rules are the same across all services, which in reality will be unrealistic. There will be several validations to create different models in your application, meaning the way you create a model will be totally different from how you create other models.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by olasunkanmi-SE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants