feat: define management message contracts in Commons (10 command groups)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
namespace ScadaLink.Commons.Messages.Management;
|
||||
|
||||
public record MgmtDeployArtifactsCommand(int? SiteId = null);
|
||||
public record QueryDeploymentsCommand(int? InstanceId = null, string? Status = null, int Page = 1, int PageSize = 50);
|
||||
Reference in New Issue
Block a user