示例#1
0
 public static void CreateLog(int giftcardId, int storeId, int portalId, decimal amount, string userName)
 {
     try
     {
         AspxGiftCardProvider.CreateLog(giftcardId, storeId, portalId, amount, userName);
     }
     catch (Exception e)
     {
         throw e;
     }
 }