示例#1
0
 public StudentController(IEducationSystem educationSystem)
 {
     _educationSystemData = educationSystem;
 }
示例#2
0
 public NotesController(IEducationSystem educationSystem)
 {
     _educationSystemData = educationSystem;
 }
示例#3
0
 public LectureController(IEducationSystem educationSystem)
 {
     _educationSystemData = educationSystem;
 }