Change payment document service registry type
This commit is contained in:
15
Hcs.Client/Client/Api/Registry/Registry51.cs
Normal file
15
Hcs.Client/Client/Api/Registry/Registry51.cs
Normal file
@ -0,0 +1,15 @@
|
||||
namespace Hcs.Client.Api.Registry
|
||||
{
|
||||
/// <summary>
|
||||
/// НСИ "Вид коммунальной услуги" (реестровый номер 51)
|
||||
/// </summary>
|
||||
public static class Registry51
|
||||
{
|
||||
/// <summary>
|
||||
/// Отопление
|
||||
/// </summary>
|
||||
public static RegistryElement Element6 => new(
|
||||
"6",
|
||||
"74925764-ddf3-4b4b-b18d-85994187c13a");
|
||||
}
|
||||
}
|
||||
@ -87,6 +87,7 @@
|
||||
<Compile Include="Client\Api\Registry\Registry3.cs" />
|
||||
<Compile Include="Client\Api\Registry\Registry32.cs" />
|
||||
<Compile Include="Client\Api\Registry\Registry338.cs" />
|
||||
<Compile Include="Client\Api\Registry\Registry51.cs" />
|
||||
<Compile Include="Client\Api\Registry\Registry58.cs" />
|
||||
<Compile Include="Client\Api\Registry\RegistryElement.cs" />
|
||||
<Compile Include="Client\Api\Request\Adapter\IGetStateResult.cs" />
|
||||
|
||||
Reference in New Issue
Block a user