예제 #1
0
 public bool BringingLecturer(Lecturer lecturer, string currentDepartment, string newDepartmant)
 {
     return(true);
 }
예제 #2
0
파일: Force.cs 프로젝트: mati031991/Academy
 public void AddLecturer(Lecturer lecturer)
 {
     Lecturers.Add(lecturer);
 }