Files
mROA/mROA/Abstract/ICommandExecution.cs
T

8 lines
154 B
C#

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