начало фронтэнда

This commit is contained in:
2025-01-15 10:14:21 +03:00
parent da88225686
commit 27259d0079
8 changed files with 81 additions and 55 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ namespace mROA;
public interface ICommandExecution
{
Guid ExecutionId { get; init; }
Guid CallRequestId { get; init; }
int ClientId { get; set; }
int CommandId { get; set; }
}