示例#1
0
 public async Task <string> GetResultAsync()
 {
     return(await _testAppService.HelloAsync("world"));
 }