示例#1
0
 partial void DeletePregunta(Pregunta instance);
示例#2
0
 partial void InsertPregunta(Pregunta instance);
示例#3
0
 partial void UpdatePregunta(Pregunta instance);
示例#4
0
		private void detach_Preguntas(Pregunta entity)
		{
			this.SendPropertyChanging();
			entity.Contenido = null;
		}