Пример #1
0
 public static void SaveGiftCardCategory(int giftCardCategoryId, AspxCommonInfo aspxCommonObj, string giftcardCategoryName, bool isActive)
 {
     try
     {
         AspxGiftCardProvider.SaveGiftCardCategory(giftCardCategoryId, aspxCommonObj, giftcardCategoryName, isActive);
     }
     catch (Exception e)
     {
         throw e;
     }
 }