示例#1
0
 public async Task <ActionResult> Details(int id)
 {
     return(View(await _claimService.GetAsync(id)));
 }