示例#1
0
 public async Task <T> GetItem(int id)
 {
     return(await _itemsService.GetItemAsync(id));
 }