Open karlobratko opened 5 months ago
Split persistence into Persistence and QueryRepository, where Persistence will work with Commands and QueryRepository will work with Queries. Also cleanup TableSelection logic in ContentMetadataPersistence.
Also do something with TableSelections. They add complexity to code.
Split persistence into Persistence and QueryRepository, where Persistence will work with Commands and QueryRepository will work with Queries. Also cleanup TableSelection logic in ContentMetadataPersistence.