public PaymentInfoItemList ReloadPaymentInfo(string distributorID, string locale, HttpSessionState aSession)
 {
     return(PaymentInfoProvider.ReloadPaymentInfo(distributorID, locale, aSession));
 }
 public PaymentInfoItemList ReloadPaymentInfo(string distributorID, string locale)
 {
     return(PaymentInfoProvider.ReloadPaymentInfo(distributorID, locale));
 }