示例#1
0
 public ActionResult Post([FromBody] Claim claim)
 {
     return(Ok(claimService.AddClaim(claim)));
 }