예제 #1
0
 public static int GetCompareItemsCount(AspxCommonInfo aspxCommonObj)
 {
     try
     {
         int compCount = AspxCommonProvider.GetCompareItemsCount(aspxCommonObj);
         return(compCount);
     }
     catch (Exception e)
     {
         throw e;
     }
 }