示例#1
0
 public async Task <IActionResult> Details(int id)
 {
     return(await MakeActionCallAsync(async() => await _service.Details(id)));
 }