コード例 #1
0
 public Review RetrieveReviewById(int id)
 {
     return(reviewInterface.RetrieveReviewById(id));
 }