- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- namespace EMIS.ViewModel.EducationSchedule
- {
- public class EducationSchedulingAdjustmentStopView
- {
- public Guid EducationSchedulingAdjustmentID { get; set; }
- public bool IsStop { get; set; }
- }
- }
|