Example #1
0
 public Task <string> HelloAsync2(string name)
 => CallFunction2(() => Passive.Hello(name));