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