using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace EMIS.ViewModel.Students.HighBaseTable { public class StudentChangeDetailStudentCountView { public int? EducationTypeID { get; set; } public int? DifferentDynamicType { get; set; } public int? StudentInCount { get; set; } public int? StudentOutCount { get; set; } } }