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>
|
||||
/// НСИ "Часовые зоны по Olson" (реестровый номер 32).
|
||||
@ -11,10 +9,8 @@ namespace Hcs.Client.Api.Registry
|
||||
/// <summary>
|
||||
/// Иркутск
|
||||
/// </summary>
|
||||
public static nsiRef Element11 => new()
|
||||
{
|
||||
Code = "11",
|
||||
GUID = "244ae392-0b96-46f2-80ea-4dac32e7326a"
|
||||
};
|
||||
public static RegistryElement Element11 => new(
|
||||
"11",
|
||||
"244ae392-0b96-46f2-80ea-4dac32e7326a");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user