доп. клинап

This commit is contained in:
2025-02-07 17:23:42 +03:00
parent 82af5df488
commit 51323dbd1b
16 changed files with 40 additions and 66 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
public interface ICallRequest
{
Guid CallRequestId { get; internal set; }
Guid CallRequestId { get; }
int CommandId { get; }
int ObjectId { get; }
object? Parameter { get; }