- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- namespace EMIS.ViewModel.EducationSchedule
- {
- public class ContinuousLimitView
- {
- public int TeacherScheduleContinuousCount { get; set; }
- public int ClassScheduleContinuousCount { get; set; }
- public int ClassCourseScheduleContinuousCount { get; set; }
- }
- }
|