示例#1
0
 public static void IssueGiftCard(List <OrderItemInfo> itemList, int orderID, bool isActive, AspxCommonInfo aspxCommonObj)
 {
     try
     {
         AspxGiftCardProvider.IssueGiftCard(itemList, orderID, isActive, aspxCommonObj);
     }
     catch (Exception e)
     {
         throw e;
     }
 }
示例#2
0
 public static void IssueGiftCard(string giftCardIds, AspxCommonInfo aspxCommonObj)
 {
     try
     {
         AspxGiftCardProvider.IssueGiftCard(giftCardIds, null, aspxCommonObj);
     }
     catch (Exception e)
     {
         throw e;
     }
 }