Ejemplo n.º 1
0
 public static List <ItemReviewDetailsInfo> GetItemRatingByReviewID(int itemReviewID, AspxCommonInfo aspxCommonObj)
 {
     try
     {
         List <ItemReviewDetailsInfo> lstItemRVDetail = AspxCommonProvider.GetItemRatingByReviewID(itemReviewID, aspxCommonObj);
         return(lstItemRVDetail);
     }
     catch (Exception e)
     {
         throw e;
     }
 }