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
Owner

Replaced sync GetById with await GetByIdAsync to avoid blocking the thread inside an async method.

Ref: IT-631

Replaced sync GetById with await GetByIdAsync to avoid blocking the thread inside an async method. Ref: IT-631
agrynco added 1 commit 2026-05-06 12:50:00 +03:00
Replaced sync GetById with await GetByIdAsync to avoid blocking the thread inside an async method.

Ref: #IT-631
agrynco merged commit 3f1371e33a into development 2026-05-06 12:50:04 +03:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: hrynco/hrynco-ef#11