Beispiel #1
0
 public int GetUserRates(int bookId, string userId)
 {
     return(rateRepository.GetSumUserBookRates(userId, bookId));
 }