Add initial hcs database schema creation
This commit is contained in:
9
Hcs.Broker/Api/Payload/RegistryElement.cs
Normal file
9
Hcs.Broker/Api/Payload/RegistryElement.cs
Normal file
@ -0,0 +1,9 @@
|
||||
namespace Hcs.Broker.Api.Payload
|
||||
{
|
||||
public class RegistryElement(string code, string guid)
|
||||
{
|
||||
public string Code { get; } = code;
|
||||
|
||||
public string GUID { get; } = guid;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user