Beispiel #1
0
 public void SendQuestion(string question, Student student)
 {
     Teacher.ReceiveQuestion(question, student);
 }