© 2026 Hedgehog Software, LLC
SaveChanges()
public async Task UpdateEntityAsync() { try { await _dbContext.SaveChangesAsync(); } catch (Exception) { // } }