コード例 #1
0
 public PaymentInfoItemList ReloadPaymentInfo(string distributorID, string locale, HttpSessionState aSession)
 {
     return(PaymentInfoProvider.ReloadPaymentInfo(distributorID, locale, aSession));
 }
コード例 #2
0
 public PaymentInfoItemList ReloadPaymentInfo(string distributorID, string locale)
 {
     return(PaymentInfoProvider.ReloadPaymentInfo(distributorID, locale));
 }