示例#1
0
        public async Task <string> Delete(string name)
        {
            await _testAppService.Delete(name);

            return("Tyring");
        }
示例#2
0
 public async Task <string> DeleteProxy(string name)
 {
     return(await _testAppService.Delete(name));
 }