Add new Hcs.Broker to communicate with ГИС ЖКХ via CryptoPro LibCore
This commit is contained in:
9
Hcs.Broker/Api/Registry/RegistryElement.cs
Normal file
9
Hcs.Broker/Api/Registry/RegistryElement.cs
Normal file
@ -0,0 +1,9 @@
|
||||
namespace Hcs.Broker.Api.Registry
|
||||
{
|
||||
public class RegistryElement(string code, string guid)
|
||||
{
|
||||
public string Code { get; } = code;
|
||||
|
||||
public string GUID { get; } = guid;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user