示例#1
0
 public async Task <TestOut> GetProxy(string name)
 {
     return(await _testAppService.Get(name));
 }