private bool DoImportPaymentAsync(string distributorID,
                                   string locale,
                                   PaymentInfoItemList payments,
                                   HttpSessionState session)
 {
     return(PaymentInfoProvider.ImportPayments(distributorID, locale, payments, session));
 }
 public bool ImportPayments(string distributorID, string locale, PaymentInfoItemList paymentInfo, HttpSessionState session)
 {
     return(PaymentInfoProvider.ImportPayments(distributorID, locale, paymentInfo, session));
 }