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