Exemple #1
0
 public bool BringingLecturer(Lecturer lecturer, string currentDepartment, string newDepartmant)
 {
     return(true);
 }
Exemple #2
0
 public void AddLecturer(Lecturer lecturer)
 {
     Lecturers.Add(lecturer);
 }