добавлены реализации

This commit is contained in:
2025-01-11 22:44:29 +03:00
parent 7b60a07039
commit a4372ceb9e
14 changed files with 248 additions and 17 deletions
+8
View File
@@ -0,0 +1,8 @@
namespace mROA;
public interface ICommandExecution
{
Guid ExecutionId { get; init; }
int ClientId { get; set; }
int CommandId { get; set; }
}