コード例 #1
0
ファイル: TestProxyAppService.cs プロジェクト: binbin0915/lms
 public async Task <TestOut> GetProxy(string name)
 {
     return(await _testAppService.Get(name));
 }