File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,8 +10,6 @@ namespace ConsoleCatchall.Console.Reconciliation
1010{
1111 internal class ReconciliationIntro
1212 {
13- #region Properties, vars and constructor
14-
1513 private ISpreadsheetRepoFactory _spreadsheet_factory ;
1614 private readonly IInputOutput _input_output ;
1715
@@ -20,10 +18,6 @@ public ReconciliationIntro(IInputOutput input_output)
2018 _input_output = input_output ;
2119 }
2220
23- #endregion // Properties, vars and constructor
24-
25- #region Reconciliation Intro actions
26-
2721 public void Start ( )
2822 {
2923 _input_output . Output_line ( "" ) ;
@@ -79,7 +73,5 @@ private void Do_matching(ISpreadsheetRepoFactory spreadsheet_factory)
7973 var reconciliation_interface = file_loader . Load_specific_files_for_reconciliation_type ( ) ;
8074 reconciliation_interface ? . Do_the_matching ( ) ;
8175 }
82-
83- #endregion // Reconciliation Intro actions
8476 }
8577}
You can’t perform that action at this time.
0 commit comments