Rewrite to direct constructors

This commit is contained in:
2025-06-27 17:51:52 +03:00
parent 80490947b1
commit acb5a2cf58
13 changed files with 38 additions and 55 deletions
+1
View File
@@ -23,6 +23,7 @@ namespace mROA.Implementation
public override string ToString()
{
return $"Call request {{ Id : {Id}, CommandId : {CommandId}, ObjectId : {ObjectId} }}";
}
}