извлекатель команд

This commit is contained in:
2025-02-17 16:52:58 +03:00
parent 327822d48c
commit abd83d0fda
20 changed files with 305 additions and 161 deletions
+3 -1
View File
@@ -13,5 +13,7 @@ public class DefaultCallRequest : ICallRequest
public Guid CallRequestId { get; set; } = Guid.NewGuid();
public int CommandId { get; init; }
public int ObjectId { get; init; } = -1;
public Type ParameterType { get; init; }
public object? Parameter { get; set; }
}
}