Skip to content

Commit

Permalink
Removed regions
Browse files Browse the repository at this point in the history
  • Loading branch information
claresudbery committed Dec 18, 2019
1 parent 6103f0b commit 4c57927
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions Console/Reconciliation/ReconciliationIntro.cs
Expand Up @@ -13,8 +13,6 @@ namespace ConsoleCatchall.Console.Reconciliation
{
internal class ReconciliationIntro
{
#region Properties, member vars and constructor

private string _path = "";
private string _third_party_file_name = "";
private string _owned_file_name = "";
Expand All @@ -30,10 +28,6 @@ public ReconciliationIntro(IInputOutput input_output)
_file_loader = new FileLoader(_input_output, _spreadsheet_factory);
}

#endregion Properties, member vars and constructor

#region User Instructions and Input

public void Start()
{
_input_output.Output_line("");
Expand Down Expand Up @@ -463,10 +457,6 @@ private void Do_matching()
reconciliation_interface?.Do_the_matching();
}

#endregion User Instructions and Input

#region Debug Spreadsheet Operations

public void Copy_source_spreadsheet_to_debug_spreadsheet(string source_spreadsheet_path, string main_spreadsheet_path)
{
string source_file_path = Path.Combine(source_spreadsheet_path, ReconConsts.Main_spreadsheet_file_name);
Expand Down Expand Up @@ -507,7 +497,5 @@ public void Inject_spreadsheet_factory(ISpreadsheetRepoFactory spreadsheet_facto
{
_spreadsheet_factory = spreadsheet_factory;
}

#endregion Debug Spreadsheet Operations
}
}

0 comments on commit 4c57927

Please sign in to comment.