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