Exemplo n.º 1
0
 public StudentController(IEducationSystem educationSystem)
 {
     _educationSystemData = educationSystem;
 }
Exemplo n.º 2
0
 public NotesController(IEducationSystem educationSystem)
 {
     _educationSystemData = educationSystem;
 }
Exemplo n.º 3
0
 public LectureController(IEducationSystem educationSystem)
 {
     _educationSystemData = educationSystem;
 }