сетевой вызов метода работает
This commit is contained in:
@@ -3,6 +3,6 @@ namespace mROA;
|
||||
public interface ICommandExecution
|
||||
{
|
||||
Guid CallRequestId { get; init; }
|
||||
int ClientId { get; }
|
||||
int ClientId { get; set; }
|
||||
int CommandId { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user