Переделывание демки без сериализатора пока
This commit is contained in:
@@ -14,7 +14,7 @@ namespace Example.Backend
|
||||
return Name;
|
||||
}
|
||||
|
||||
public async Task<SharedObject<IPage>> Print(string text, CancellationToken cancellationToken = default)
|
||||
public async Task<IPage> Print(string text, CancellationToken cancellationToken = default)
|
||||
{
|
||||
// throw new Exception("The method or operation is not implemented.");
|
||||
return new Page {Text = text};
|
||||
|
||||
Reference in New Issue
Block a user