Interfaces for one implementation
A repository pattern over one table, a service layer that forwards every call, a plugin system with one plugin. We remove the indirection that isn't earning its keep, so a change touches one file instead of four.
Fixed by Refactor & cleanup