Exemplo n.º 1
0
 public bool DeleteReviewById(int reviewId)
 {
     return(_reviewRepository.DeleteReviewById(reviewId));
 }