fix: use GetByIdAsync in DeleteAsync(TEntityId) #11

Merged
agrynco merged 1 commits from IT-631-fix-delete-async-getbyid into development 2026-05-06 12:50:04 +03:00

1 Commits

Author SHA1 Message Date
Anatolii Grynchuk 9c1da388d8 fix: use GetByIdAsync in DeleteAsync(TEntityId)
Replaced sync GetById with await GetByIdAsync to avoid blocking the thread inside an async method.

Ref: #IT-631
2026-05-06 12:46:35 +03:00