Beispiel #1
0
		private void detach_ExamResultInfo(ExamResultInfo entity)
		{
			this.SendPropertyChanging();
			entity.CourseInfo = null;
		}
Beispiel #2
0
		private void attach_ExamResultInfo(ExamResultInfo entity)
		{
			this.SendPropertyChanging();
			entity.ClassInfo = this;
		}