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
+5
View File
@@ -18,6 +18,11 @@ namespace Example.Frontend
return Task.CompletedTask;
}
public Task IntTest(MyData data)
{
throw new NotImplementedException();
}
public void OnPrintExternal(IPage p0, RequestContext ro)
{
}