fix: use GetByIdAsync in DeleteAsync(TEntityId) #11
Reference in New Issue
Block a user
Delete Branch "IT-631-fix-delete-async-getbyid"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Replaced sync GetById with await GetByIdAsync to avoid blocking the thread inside an async method.
Ref: IT-631