Private
Public Access
1
0
Catherine Renelle 0f3ad89c59 Fix loan edit concurrency error with ExecuteDeleteAsync
The change tracker-based approaches (RemoveRange, Clear) both caused
DbUpdateConcurrencyException when deleting amortization entries.
Use ExecuteDeleteAsync to delete directly in the database, bypassing
the change tracker entirely.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-14 17:12:20 -05:00
S
Description
No description provided
MIT 1.5 MiB
Languages
C# 65%
Vue 30.2%
TypeScript 4.6%
Dockerfile 0.2%