Example #1
0
 public static int GetGiftCardType(AspxCommonInfo aspxCommonObj, int cartitemId)
 {
     try
     {
         int strType = AspxGiftCardProvider.GetGiftCardType(aspxCommonObj, cartitemId);
         return(strType);
     }
     catch (Exception e)
     {
         throw e;
     }
 }