using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace EMIS.ViewModel.ScoreManage { public class SpecialityScoreSummarySchoolcodeView { public string Title { get; set; } public int? SchoolCodeID { get; set; } public int? StartTermID { get; set; } public List CoursematerialList { get; set; } public List CourseTypeList { set; get; } } }