Open romaricdrigon opened 9 years ago
Repository and EntityInterface are having too much assumptions in it. Each feature of the interfaced object should be within an interface, for example we may want to have a repository for non-listable entities.
Repository
EntityInterface
Repository
andEntityInterface
are having too much assumptions in it. Each feature of the interfaced object should be within an interface, for example we may want to have a repository for non-listable entities.