BudgetAnalyser.Engine.Ledger.Data.LedgerEntryDto.LedgerEntryDto C# (CSharp) Méthode

LedgerEntryDto() public méthode

Initializes a new instance of the LedgerEntryDto class.
public LedgerEntryDto ( ) : System.Collections.Generic
Résultat System.Collections.Generic
        public LedgerEntryDto()
        {
            Transactions = new List<LedgerTransactionDto>();
        }
LedgerEntryDto