Skip to content

Commit

Permalink
try to save
Browse files Browse the repository at this point in the history
  • Loading branch information
peggy-quartech committed Jan 6, 2025
1 parent 8aa279e commit ff16892
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@ private async Task SetInfoFromBiz(account biz, spd_application app, bool applica

_context.SetLink(app, nameof(spd_application.spd_ApplicantId_account), biz);
_context.SetLink(app, nameof(spd_application.spd_OrganizationId), biz);
await _context.SaveChangesAsync(ct);
}

private async Task SetOwner(spd_application app, Guid ownerId, CancellationToken ct)
Expand Down

0 comments on commit ff16892

Please sign in to comment.