Foretagsplatsen.Api.Entities.Accounts.ChartOfAccounts.ChartOfAccounts C# (CSharp) Метод

ChartOfAccounts() публичный Метод

public ChartOfAccounts ( ) : System.Collections.Generic
Результат System.Collections.Generic
        public ChartOfAccounts()
        {
            KnownGroups = new KnownGroupDictionary(this);
            Children = new List<IChartOfAccountChild>();
        }