예제 #1
0
 public static void DeleteGiftCardCategory(int giftCardCategoryId, AspxCommonInfo aspxCommonObj)
 {
     try
     {
         AspxGiftCardProvider.DeleteGiftCardCategory(giftCardCategoryId, aspxCommonObj);
     }
     catch (Exception e)
     {
         throw e;
     }
 }