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