8 lines
151 B
C#
8 lines
151 B
C#
namespace mROA;
|
|
|
|
public interface ICommandExecution
|
|
{
|
|
Guid CallRequestId { get; init; }
|
|
int ClientId { get; set; }
|
|
int CommandId { get; }
|
|
} |