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