close
Skip to content

Commit 7e118c1

Browse files
committed
Removed regions again now they've served their purpose.
1 parent c9c507e commit 7e118c1

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

‎Console/Reconciliation/ReconciliationIntro.cs‎

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)