Esempio n. 1
0
 public bool AddReview(Review review, int userID)
 {
     return(businessRepo.AddReview(review, userID));
 }