извлекатель команд
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user