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