示例#1
0
 public static string Parse(int orderID, string transId, string invoice, string POrderno, int responseCode, int responsereasonCode,
                            string responsetext, AspxCommonInfo aspxCommonObj)
 {
     try
     {
         string retStr = AspxGiftCardProvider.Parse(orderID, transId, invoice, POrderno, responseCode, responsereasonCode, responsetext, aspxCommonObj);
         return(retStr);
     }
     catch (Exception e)
     {
         throw e;
     }
 }