Foretagsplatsen.Api2.Entities.Accounts.ChartOfAccounts.ChartOfAccounts C# (CSharp) Method

ChartOfAccounts() public method

public ChartOfAccounts ( ) : System.Collections.Generic
return System.Collections.Generic
        public ChartOfAccounts()
        {
            knownGroups = new KnownGroupDictionary(this);
            children = new List<IChartOfAccountChild>();
        }