Add new Hcs.Broker to communicate with ГИС ЖКХ via CryptoPro LibCore
This commit is contained in:
16
Hcs.Broker/Api/Registry/Registry16.cs
Normal file
16
Hcs.Broker/Api/Registry/Registry16.cs
Normal file
@ -0,0 +1,16 @@
|
||||
namespace Hcs.Broker.Api.Registry
|
||||
{
|
||||
/// <summary>
|
||||
/// НСИ "Межповерочный интервал" (реестровый номер 16).
|
||||
/// Взято из https://dom.gosuslugi.ru/opendataapi/nsi-16/v1.
|
||||
/// </summary>
|
||||
public static class Registry16
|
||||
{
|
||||
/// <summary>
|
||||
/// 4 года
|
||||
/// </summary>
|
||||
public static RegistryElement Element4 => new(
|
||||
"4",
|
||||
"e5e3288d-2994-41f7-8e44-f329b09ab77f");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user