2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2026-06-13 22:48:42 +00:00
This commit is contained in:
2026-06-09 01:40:29 +03:00
parent 2bdd5d5022
commit a741013621
19 changed files with 887 additions and 185 deletions
@@ -35,6 +35,7 @@ namespace Esiur.Tests.RPC.EsiurServer
.Chunk(x => rt.TriggerChunk(x));
return rt;
}
[Annotation("", "([BusinessDocument[]] payload) -> BusinessDocument[]")]
[Export]
public AsyncReply<Esiur.Tests.RPC.EsiurServer.BusinessDocument[]> EchoDocuments(Esiur.Tests.RPC.EsiurServer.BusinessDocument[] payload)
@@ -47,6 +48,7 @@ namespace Esiur.Tests.RPC.EsiurServer
.Chunk(x => rt.TriggerChunk(x));
return rt;
}
[Annotation("", "([DocType[]] payload) -> DocType[]")]
[Export]
public AsyncReply<Esiur.Tests.RPC.EsiurServer.DocType[]> EchoEnumArray(Esiur.Tests.RPC.EsiurServer.DocType[] payload)