Exemplo n.º 1
0
 public Teacher(ITeacherBehaviour teacherBehaviour)
 {
     _teacherBehaviour = teacherBehaviour;
 }
Exemplo n.º 2
0
 public SAT(IStudentBehaviour studentBehaviour, ITeacherBehaviour teacherBehaviour)
 {
     _studentBehaviour = studentBehaviour;
     _teacherBehaviour = teacherBehaviour;
 }