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>
|
||||
/// НСИ "Межповерочный интервал" (реестровый номер 16).
|
||||
@ -11,10 +9,8 @@ namespace Hcs.Client.Api.Registry
|
||||
/// <summary>
|
||||
/// 4 года
|
||||
/// </summary>
|
||||
public static nsiRef Element4 => new()
|
||||
{
|
||||
Code = "4",
|
||||
GUID = "296aff1b-0fbe-4111-9aea-1693a6e58db0"
|
||||
};
|
||||
public static RegistryElement Element4 => new(
|
||||
"4",
|
||||
"296aff1b-0fbe-4111-9aea-1693a6e58db0");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user