feature: Site & Gateway Registry + Clinical Sync Contracts
This commit is contained in:
@@ -0,0 +1 @@
|
||||
public record RegisterGatewayRequest(string GatewayCode, string Department);
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1 @@
|
||||
public record RegisterGatewayRequest(string GatewayCode, string Department);
|
||||