Пример #1
0
 public ImportRequest(bool WipeDatabase, Abbey.PdfProcessor.StatementTransactionImportService.ImportedStatementTransaction ImportedStatementTransaction)
 {
     this.WipeDatabase = WipeDatabase;
     this.ImportedStatementTransaction = ImportedStatementTransaction;
 }