Esempio n. 1
0
 public static bool CheckGiftCardCategory(AspxCommonInfo aspxCommonObj, string giftcardCategoryName)
 {
     try
     {
         bool isGiftCard = AspxGiftCardProvider.CheckGiftCardCategory(aspxCommonObj, giftcardCategoryName);
         return(isGiftCard);
     }
     catch (Exception e)
     {
         throw e;
     }
 }