Files
mROA/mROA/Abstract/ICommandExecution.cs
T

8 lines
151 B
C#

namespace mROA;
public interface ICommandExecution
{
Guid CallRequestId { get; init; }
int ClientId { get; set; }
int CommandId { get; }
}