Hi all, just trying to get some advice, best practices etc...
I'm working on a platform at the moment which has the following pattern for all CRUD operations:
UI > API > Service
With today's patterns are a lot more of the CRUD functions performed at an API level, reducing the need for services?