Merge branch 'Feature/institution-contract/change-account-with-data'

This commit is contained in:
2025-12-30 20:58:12 +03:30
6 changed files with 154 additions and 50 deletions

View File

@@ -1024,4 +1024,5 @@ public class AccountApplication : IAccountApplication
{
return await _pmUserQueryService.GetPmUserDataByAccountId(accountId);
}
}