示例#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;
		}