Foretagsplatsen.Api.Entities.Accounts.ChartOfAccounts.ChartOfAccounts C# (CSharp) Méthode

ChartOfAccounts() public méthode

public ChartOfAccounts ( ) : System.Collections.Generic
Résultat System.Collections.Generic
        public ChartOfAccounts()
        {
            KnownGroups = new KnownGroupDictionary(this);
            Children = new List<IChartOfAccountChild>();
        }