コード例 #1
0
 public IEnumerable <ReviewDTO> GetAllReviewsForBook(int bookId)
 {
     return(_repo.GetAllReviewsForBook(bookId));
 }