сетевой вызов метода работает

This commit is contained in:
2025-02-01 19:36:26 +03:00
parent 7fdff923a3
commit 3c73701197
11 changed files with 77 additions and 47 deletions
+1 -1
View File
@@ -3,6 +3,6 @@ namespace mROA;
public interface ICommandExecution
{
Guid CallRequestId { get; init; }
int ClientId { get; }
int ClientId { get; set; }
int CommandId { get; }
}