Change ogrn value test app query
This commit is contained in:
@ -12,7 +12,7 @@ namespace Hcs.ClientDemo
|
|||||||
{
|
{
|
||||||
public static void DemoExportOrgRegistry(HcsClient client)
|
public static void DemoExportOrgRegistry(HcsClient client)
|
||||||
{
|
{
|
||||||
string ogrn = "1061001043421";
|
string ogrn = "1031402044145";
|
||||||
string kpp = "";
|
string kpp = "";
|
||||||
var orgs = client.OrgRegistryCommon.GetOrgByOgrn(ogrn, kpp).Result;
|
var orgs = client.OrgRegistryCommon.GetOrgByOgrn(ogrn, kpp).Result;
|
||||||
Console.WriteLine($"Организация с ОГРН={ogrn} имеет {orgs.Count()} orgs:");
|
Console.WriteLine($"Организация с ОГРН={ogrn} имеет {orgs.Count()} orgs:");
|
||||||
|
|||||||
Reference in New Issue
Block a user