прокидывание айдишников

This commit is contained in:
2025-02-13 10:52:06 +03:00
parent 6b794e1cd9
commit cd184b9060
15 changed files with 102 additions and 57 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ public class Printer : IPrinter
return Name;
}
public async Task<TransmittedSharedObject<IPage>> Print(string text, CancellationToken cancellationToken = default)
public async Task<SharedObject<IPage>> Print(string text, CancellationToken cancellationToken = default)
{
// throw new Exception("The method or operation is not implemented.");
return new Page {Text = text};