- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- namespace EMIS.ViewModel.Students.HighBaseTable
- {
- public class StudentQuitStudentCountView
- {
- public int? EducationTypeID { get; set; }
- public Guid? StudentChangeReasonTypeID { get; set; }
- public int? StudentCount { get; set; }
- }
- }
|