Ejemplo n.º 1
0
		private void detach_ExamQuestions(ExamQuestion entity)
		{
			this.SendPropertyChanging();
			entity.ExamType = null;
		}
Ejemplo n.º 2
0
 partial void UpdateExamQuestion(ExamQuestion instance);
Ejemplo n.º 3
0
 partial void DeleteExamQuestion(ExamQuestion instance);
Ejemplo n.º 4
0
 partial void InsertExamQuestion(ExamQuestion instance);