TekH e2853b64d1 refactor(repository): replace queryFactory with DbSetFactory in DbRepository
- Updated DbRepository constructor to use DbSetFactory<TDbContext, TEntity>
  instead of a Func<TDbContext, DbSet<TEntity>> queryFactory.
- Adjusted namespace imports to include DigitalData.Core.Infrastructure.Factory.
- Improved repository instantiation consistency and encapsulation.
2025-09-12 11:35:40 +02:00
..
2025-04-22 09:53:20 +02:00
2025-09-11 18:53:39 +02:00
2025-09-11 18:53:39 +02:00
2025-09-11 18:53:39 +02:00