BudgetAnalyser.Engine.UnitTest.TestHarness.LedgerBookTestHarness.LedgerBookTestHarness C# (CSharp) 메소드

LedgerBookTestHarness() 공개 메소드

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