using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace NP.Model { public class VMCM : VMBase { public IList Terms { get; set; } public Term Term { get; set; } public IList CGs { get; set; } public IList CGs2 { get; set; } public CG CG { get; set; } public IList CMs { get; set; } public IList CMs2 { get; set; } public CM CM { get; set; } public IList CMPRs { get; set; } public IList Datas { get; set; } public IList Assigns { get; set; } public IList CMInnings { get; set; } public IList Books { get; set; } public IList CMInningscds { get; set; } public IList CMInningscds2 { get; set; } public Book Book { get; set; } public CMEV CMEV { get; set; } public IList ESTs { get; set; } public CMEX CMEX { get; set; } public IList CMEXQs { get; set; } public IList CMEXLayers { get; set; } public IList ComGroups { get; set; } public int cmno { get; set; } public int cmno1 { get; set; } public int cmno2 { get; set; } public IList Qs { get; set; } public Question Question { get; set; } public CMSD CMSD { get; set; } public IList RSCs { get; set; } public RSC RSC { get; set; } public IList RSCQs { get; set; } public CMRS CMRS { get; set; } public CMMenu CMMenu { get; set; } public IList CMMenus { get; set; } public IList BoardMasters { get; set; } public IList CTs { get; set; } public IList CTPs { get; set; } public CT CT { get; set; } public IList Lects { get; set; } public Exam Exam { get; set; } public IList Exams { get; set; } public int estime { get; set; } public int eetime { get; set; } public ExamUser ExamUser { get; set; } public IList ExamUsers { get; set; } public ExamUserRenew ExamUserRenew { get; set; } public IList ExamUserRenews { get; set; } public IList userauths { get; set; } public Assign Assign { get; set; } public PPLog PPLog { get; set; } public Excellog excellog { get; set; } public IList excelloglook { get; set; } } }