Пример #1
0
 public System.Threading.Tasks.Task <Abbey.PdfProcessor.StatementTransactionImportService.ImportResponse> ImportAsync(bool WipeDatabase, Abbey.PdfProcessor.StatementTransactionImportService.ImportedStatementTransaction ImportedStatementTransaction)
 {
     Abbey.PdfProcessor.StatementTransactionImportService.ImportRequest inValue = new Abbey.PdfProcessor.StatementTransactionImportService.ImportRequest();
     inValue.WipeDatabase = WipeDatabase;
     inValue.ImportedStatementTransaction = ImportedStatementTransaction;
     return(((Abbey.PdfProcessor.StatementTransactionImportService.StatementTransactionImportServiceSoap)(this)).ImportAsync(inValue));
 }
Пример #2
0
 public void Import(bool WipeDatabase, Abbey.PdfProcessor.StatementTransactionImportService.ImportedStatementTransaction ImportedStatementTransaction)
 {
     Abbey.PdfProcessor.StatementTransactionImportService.ImportRequest inValue = new Abbey.PdfProcessor.StatementTransactionImportService.ImportRequest();
     inValue.WipeDatabase = WipeDatabase;
     inValue.ImportedStatementTransaction = ImportedStatementTransaction;
     Abbey.PdfProcessor.StatementTransactionImportService.ImportResponse retVal = ((Abbey.PdfProcessor.StatementTransactionImportService.StatementTransactionImportServiceSoap)(this)).Import(inValue);
 }
Пример #3
0
 System.Threading.Tasks.Task <Abbey.PdfProcessor.StatementTransactionImportService.ImportResponse> Abbey.PdfProcessor.StatementTransactionImportService.StatementTransactionImportServiceSoap.ImportAsync(Abbey.PdfProcessor.StatementTransactionImportService.ImportRequest request)
 {
     return(base.Channel.ImportAsync(request));
 }
Пример #4
0
 Abbey.PdfProcessor.StatementTransactionImportService.ImportResponse Abbey.PdfProcessor.StatementTransactionImportService.StatementTransactionImportServiceSoap.Import(Abbey.PdfProcessor.StatementTransactionImportService.ImportRequest request)
 {
     return(base.Channel.Import(request));
 }