fix: eliminate multi-save in batch Add and DeleteAsync(TEntityId) #10
Reference in New Issue
Block a user
Delete Branch "IT-631-fix-delete"
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?
Add(TEntity[])now passessave:falsein the loop and callsSaveChangesonce at the endDeleteAsync(TEntityId)now callsDoRemovedirectly instead ofDelete(TEntityId)to avoid the double-save from the sync overload chainRef: IT-631