BudgetAnalyser.Engine.Ledger.Data.LedgerBookDto.LedgerBookDto C# (CSharp) Method

LedgerBookDto() public method

Initializes a new instance of the LedgerBookDto class.
public LedgerBookDto ( ) : System
return System
        public LedgerBookDto()
        {
            Reconciliations = new List<LedgerEntryLineDto>();
            Ledgers = new List<LedgerBucketDto>();
        }
LedgerBookDto