コード例 #1
0
 public bool UpdateReviewById(Review r)
 {
     return(reviewInterface.UpdateReviewById(r));
 }