コード例 #1
0
 public async Task <IResponseEntity> GetItem(string id)
 {
     return(await _sysResourceService.GetItemAsync(id));
 }