示例#1
0
 public bool DeleteReviewById(int reviewId)
 {
     return(_reviewRepository.DeleteReviewById(reviewId));
 }