Files
hcs/Hcs.Client/Client/Api/Registry/Registry239.cs

21 lines
607 B
C#
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

using Hcs.Service.Async.HouseManagement;
namespace Hcs.Client.Api.Registry
{
/// <summary>
/// НСИ "Тарифицируемый ресурс" (реестровый номер 239)
/// Взято из https://dom.gosuslugi.ru/opendataapi/nsi-239/v1.
/// </summary>
public static class Registry239
{
/// <summary>
/// Тепловая энергия
/// </summary>
public static ContractSubjectTypeMunicipalResource Element4 => new()
{
Code = "4",
GUID = "eec6e4b8-76c8-4fce-99b7-c95718edad19"
};
}
}