Пример #1
0
 void IManageStudent.ModifyStudent(Student st, List <Subject> list)
 {
     EntityDb.UpdateStud(st, list);
     GetStudents();
 }