development
main
Replaced sync GetById with await GetByIdAsync to avoid blocking the thread inside an async method. Ref: #IT-631
- Add(TEntity[]) now passes save:false in the loop and calls SaveChanges once at the end - DeleteAsync(TEntityId) now calls DoRemove directly instead of Delete(TEntityId) to avoid the double-save from the sync overload chain Ref: #IT-631