BudgetAnalyser.Engine.UnitTest.TestHarness.LedgerBookTestHarness.LedgerBookTestHarness C# (CSharp) Method

LedgerBookTestHarness() public method

Constructs a new instance of the LedgerBook class. The Persistence system calls this constructor, not the IoC system.
public LedgerBookTestHarness ( [ reconciliationBuilder ) : System
reconciliationBuilder [
return System
        public LedgerBookTestHarness([NotNull] IReconciliationBuilder reconciliationBuilder)
            : base(reconciliationBuilder)
        {
        }