Пример #1
0
 public StudentController(IEducationSystem educationSystem)
 {
     _educationSystemData = educationSystem;
 }
Пример #2
0
 public NotesController(IEducationSystem educationSystem)
 {
     _educationSystemData = educationSystem;
 }
Пример #3
0
 public LectureController(IEducationSystem educationSystem)
 {
     _educationSystemData = educationSystem;
 }