Moving codegen tools to another project

This commit is contained in:
2025-06-03 12:09:32 +03:00
parent fa0565e699
commit 745def1365
27 changed files with 640 additions and 22 deletions
+6
View File
@@ -21,6 +21,12 @@ namespace Example.Backend
return Task.CompletedTask;
}
public Task IntTest(MyData data)
{
Console.WriteLine(data);
return Task.CompletedTask;
}
public void OnPrintExternal(IPage p0, RequestContext ro)
{
OnPrint?.Invoke(p0, ro);