Beispiel #1
0
 public Teacher(ITeacherBehaviour teacherBehaviour)
 {
     _teacherBehaviour = teacherBehaviour;
 }
Beispiel #2
0
 public SAT(IStudentBehaviour studentBehaviour, ITeacherBehaviour teacherBehaviour)
 {
     _studentBehaviour = studentBehaviour;
     _teacherBehaviour = teacherBehaviour;
 }