Foretagsplatsen.Api.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>();
        }