Change ogrn value test app query

This commit is contained in:
2025-08-13 16:55:31 +09:00
parent 4b3b23fafa
commit 068c6239e9

View File

@ -12,7 +12,7 @@ namespace Hcs.ClientDemo
{
public static void DemoExportOrgRegistry(HcsClient client)
{
string ogrn = "1061001043421";
string ogrn = "1031402044145";
string kpp = "";
var orgs = client.OrgRegistryCommon.GetOrgByOgrn(ogrn, kpp).Result;
Console.WriteLine($"Организация с ОГРН={ogrn} имеет {orgs.Count()} orgs:");