513f8c1ba3
chore: bump to x.x.1
2025-08-25 14:57:11 +02:00
75d0a6f1df
feat(repository): refactor UpdateAsync and DeleteAsync to accept query functions
...
Changed UpdateAsync and DeleteAsync to accept Func<IQueryable<TEntity>, IQueryable<TEntity>> instead of IQueryable<TEntity>
Improved flexibility by allowing callers to compose queries dynamically
Updated overloads to wrap expressions with q => q.Where(expression) for compatibility
2025-08-25 14:56:19 +02:00
adf2ba00c3
chroe(Abstraction.Application); bump to 1.2.0
2025-08-25 14:45:53 +02:00
e80eb6aa1f
rename CancellationTokens
2025-08-25 14:32:38 +02:00
70e3fe5dd7
Refactor(DbRepository): Add IQueryable overloads for UpdateAsync and DeleteAsync
...
- Added UpdateAsync<TDto>(TDto dto, IQueryable<TEntity> query, ...) overload
- Added DeleteAsync(IQueryable<TEntity> query, ...) overload
- Expression-based methods now delegate to the IQueryable overloads
- Reduces code duplication and allows more flexible queries
2025-08-25 14:27:55 +02:00
244ed3ebe4
chore: bump to related version
2025-08-21 18:21:00 +02:00
048ba35804
remove ReadQuery
2025-08-21 18:19:16 +02:00
Developer 02
9b286b023c
refactor(Application.Abstractions): umbenennen in Abstractions.Application
2025-05-27 18:31:13 +02:00