Пример #1
0
 public void BuildLecturer(string cafedra, string fio, string audienceNumber)
 {
     studyPlane.lecturer = (Lecturer)study.CreateLecturer(cafedra, fio, audienceNumber);
 }