示例#1
0
 public IHttpActionResult Update([FromBody] CustomerReview[] customerReviews)
 {
     _customerReviewService.UpdateCustomerReviews(customerReviews);
     return(StatusCode(HttpStatusCode.NoContent));
 }