using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace AcademicProgressBusinessLogic.HelperModels { class WordParagraph { public List Texts { get; set; } public WordParagraphProperties TextProperties { get; set; } } }