Exemplo n.º 1
0
 public bool DeleteReview(ReviewerInfo review)
 {
     return(_reviewRepository.DeleteReview(review));
 }