using System; using System.Collections.Generic; using System.Text; namespace TEAMModelOS.Model.Syllabus.Dtos { public class KnowledgeDto { public List<string> Periods { get; set; } public Dictionary<string, object> PointParams { get;set;} } }