Ejemplo n.º 1
0
 partial void DeleteINSTITUCION_CARRERA_PROYECTO(INSTITUCION_CARRERA_PROYECTO instance);
Ejemplo n.º 2
0
		private void detach_INSTITUCION_CARRERA_PROYECTOs(INSTITUCION_CARRERA_PROYECTO entity)
		{
			this.SendPropertyChanging();
			entity.PROYECTO = null;
		}
Ejemplo n.º 3
0
 partial void InsertINSTITUCION_CARRERA_PROYECTO(INSTITUCION_CARRERA_PROYECTO instance);
Ejemplo n.º 4
0
		private void attach_INSTITUCION_CARRERA_PROYECTOs(INSTITUCION_CARRERA_PROYECTO entity)
		{
			this.SendPropertyChanging();
			entity.INSTITUCION = this;
		}