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>
|
||||
/// НСИ "Вид коммунальной услуги" (реестровый номер 3).
|
||||
@ -11,10 +9,8 @@ namespace Hcs.Client.Api.Registry
|
||||
/// <summary>
|
||||
/// Отопление
|
||||
/// </summary>
|
||||
public static ContractSubjectTypeServiceType Element6 => new()
|
||||
{
|
||||
Code = "6",
|
||||
GUID = "74925764-ddf3-4b4b-b18d-85994187c13a"
|
||||
};
|
||||
public static RegistryElement Element6 => new(
|
||||
"6",
|
||||
"74925764-ddf3-4b4b-b18d-85994187c13a");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user