Example #1
0
 public Rating GetRating(int pUserId, int pMediaId)
 {
     return(CatalogueService.GetRating(pUserId, pMediaId));
 }