Exemplo n.º 1
0
 public ReviewDTO GetBookReviewFromUser(int userId, int bookId)
 {
     return(_repo.GetBookReviewFromUser(userId, bookId));
 }