Ejemplo n.º 1
0
        public void AddBook(string bookName, List <string> listChapter)
        {
            sections.Add(new ListSection(bookName, listChapter.Count));

            listItemStr.AddRange(listChapter);

            this.Sections = sections;
        }