Replies: 1 comment
-
I think you are talking about the It's a good option if you want to maintain your logic clean and organized when interacting with database. That's a nice structure ! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In some projects I found that Service will handle the logic of the app and return to the controller, the Repository will handle the logic and query of the model. What are they and when I need to use them?
Beta Was this translation helpful? Give feedback.
All reactions