cbor works

This commit is contained in:
2025-02-27 08:40:22 +03:00
parent 46732da780
commit 5718f9c313
10 changed files with 45 additions and 48 deletions
-2
View File
@@ -5,7 +5,5 @@ namespace mROA.Abstract
public interface ICommandExecution
{
Guid Id { get; set; }
int ClientId { get; set; }
int CommandId { get; }
}
}