afsharm / ServicePlace

4 stars 0 forks source link

Make all `saveChanges()` automatically #3

Open afsharm opened 1 week ago

afsharm commented 1 week ago

Currently, in the controller level, saveChanges() are called manually. Find a way to make it automatically called after each request. It is unnecessary to call it after read only operations, discuss it and find a solution.