partial void DeletePOSTULANTE(POSTULANTE instance);
 partial void UpdatePOSTULANTE(POSTULANTE instance);
		private void detach_POSTULANTEs(POSTULANTE entity)
		{
			this.SendPropertyChanging();
			entity.PROYECTO = null;
		}
 partial void InsertPOSTULANTE(POSTULANTE instance);
		private void attach_POSTULANTEs(POSTULANTE entity)
		{
			this.SendPropertyChanging();
			entity.PROGRAMADOR = this;
		}