예제 #1
0
 public static string SaveGiftCardItemCategory(int itemId, string ids, AspxCommonInfo aspxCommonObj)
 {
     try
     {
         string strValue = AspxGiftCardProvider.SaveGiftCardItemCategory(itemId, ids, aspxCommonObj);
         return(strValue);
     }
     catch (Exception e)
     {
         throw e;
     }
 }