using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace EMIS.ViewModel.Students.HighBaseTable { public class StudentChangeStudentCountView { public int? EducationTypeID { get; set; } public int? StudentCount { get; set; } } }