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