コード例 #1
0
 public bool AddReview(string userId, int bookId, string review)
 {
     return(_dbRepo.AddReview(userId, bookId, review));
 }