コード例 #1
0
 public ActionResult Approve(int id)
 {
     _claimService.ApproveOrReject(id, true);
     return(null);
 }