начало реализации модулей фронтенда

This commit is contained in:
2025-01-27 12:56:07 +03:00
parent 66c78b158f
commit fe111af2f3
15 changed files with 36 additions and 174 deletions
+2 -2
View File
@@ -3,6 +3,6 @@ namespace mROA;
public interface ICommandExecution
{
Guid CallRequestId { get; init; }
int ClientId { get; set; }
int CommandId { get; set; }
int ClientId { get; }
int CommandId { get; }
}