Add migrated to .NET 8.0 variant of Hcs.Client
This commit is contained in:
15
Hcs.ClientNet/Client/Api/Registry/Registry51.cs
Normal file
15
Hcs.ClientNet/Client/Api/Registry/Registry51.cs
Normal file
@ -0,0 +1,15 @@
|
||||
namespace Hcs.ClientNet.Api.Registry
|
||||
{
|
||||
/// <summary>
|
||||
/// НСИ "Вид коммунальной услуги" (реестровый номер 51)
|
||||
/// </summary>
|
||||
public static class Registry51
|
||||
{
|
||||
/// <summary>
|
||||
/// Отопление
|
||||
/// </summary>
|
||||
public static RegistryElement Element6_1 => new(
|
||||
"6.1",
|
||||
"14ad13a3-45ce-408b-b641-6fc59554f803");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user