Example #1
0
 partial void DeleteRespuesta(Respuesta instance);
Example #2
0
 partial void UpdateRespuesta(Respuesta instance);
Example #3
0
		private void detach_Respuestas(Respuesta entity)
		{
			this.SendPropertyChanging();
			entity.Pregunta = null;
		}
Example #4
0
 partial void InsertRespuesta(Respuesta instance);
Example #5
0
		private void detach_Respuestas(Respuesta entity)
		{
			this.SendPropertyChanging();
			entity.Contenido = null;
		}