This commit is contained in:
Ivan Ansimov
2025-07-21 14:43:48 +03:00
parent 1cde4b0ed0
commit 151710b7a8
+1 -1
View File
@@ -7,7 +7,7 @@ namespace mROA.Codegen.Templates
private const string SyncInvokerTemplate = "syncInvoker"; private const string SyncInvokerTemplate = "syncInvoker";
private const string AsyncInvokerTemplate = "asyncInvoker"; private const string AsyncInvokerTemplate = "asyncInvoker";
private const string InvokerTag = "invoke"; private const string InvokerTag = "invoker";
public MethodRepoTemplate() : base(TemplateFile) { } public MethodRepoTemplate() : base(TemplateFile) { }