Exemple #1
0
        public void UpdateTeacher(Teacher teacher)
        {
            _teacherBll.UpdateTeacher(teacher);

            UpdateForm();
        }