private void detach_ExamResultInfo(ExamResultInfo entity) { this.SendPropertyChanging(); entity.CourseInfo = null; }
private void attach_ExamResultInfo(ExamResultInfo entity) { this.SendPropertyChanging(); entity.ClassInfo = this; }