Esempio n. 1
0
 partial void DeleteINSTITUCION_CARRERA_PROGRAMADOR(INSTITUCION_CARRERA_PROGRAMADOR instance);
Esempio n. 2
0
		private void detach_INSTITUCION_CARRERA_PROGRAMADORs(INSTITUCION_CARRERA_PROGRAMADOR entity)
		{
			this.SendPropertyChanging();
			entity.PROGRAMADOR = null;
		}
Esempio n. 3
0
 partial void InsertINSTITUCION_CARRERA_PROGRAMADOR(INSTITUCION_CARRERA_PROGRAMADOR instance);
Esempio n. 4
0
		private void attach_INSTITUCION_CARRERA_PROGRAMADORs(INSTITUCION_CARRERA_PROGRAMADOR entity)
		{
			this.SendPropertyChanging();
			entity.INSTITUCION = this;
		}