コード例 #1
0
 public Claim AddandUpdateNewClaim(Claim newClaim)
 {
     return(_NewClaimService.AddandUpdateNewClaim(newClaim));
 }