Esempio n. 1
0
 public async System.Threading.Tasks.Task <System.String> SayHello(System.String p0)
 {
     return(await HttpRequester.RunHttpRequestReturningPlain <System.String, System.String>(
                typeof(DependencyInjection.Domain.IHelloWorldService).FullName,
                "SayHello", p0));
 }