2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2025-06-26 21:13:13 +00:00

Runtime types

This commit is contained in:
2022-06-16 04:42:33 +03:00
parent f5e61d4b86
commit 26709a959c
6 changed files with 69 additions and 20 deletions

View File

@ -106,6 +106,7 @@ namespace Test
var opt = await remote.Optional(new { a1 = 22, a2 = 33, a4 = "What?" });
Console.WriteLine(opt);
var hello = await remote.AsyncHello();
await remote.Void();
await remote.Connection("ss", 33);