Rework registry elements
This commit is contained in:
@ -1,6 +1,4 @@
|
||||
using Hcs.Service.Async.HouseManagement;
|
||||
|
||||
namespace Hcs.Client.Api.Registry
|
||||
namespace Hcs.Client.Api.Registry
|
||||
{
|
||||
/// <summary>
|
||||
/// НСИ "Тарифицируемый ресурс" (реестровый номер 239).
|
||||
@ -11,10 +9,8 @@ namespace Hcs.Client.Api.Registry
|
||||
/// <summary>
|
||||
/// Тепловая энергия
|
||||
/// </summary>
|
||||
public static ContractSubjectTypeMunicipalResource Element4 => new()
|
||||
{
|
||||
Code = "4",
|
||||
GUID = "eec6e4b8-76c8-4fce-99b7-c95718edad19"
|
||||
};
|
||||
public static RegistryElement Element4 => new(
|
||||
"4",
|
||||
"eec6e4b8-76c8-4fce-99b7-c95718edad19");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user