partial void DeleteINSTITUCION_CARRERA_PROGRAMADOR(INSTITUCION_CARRERA_PROGRAMADOR instance);
private void detach_INSTITUCION_CARRERA_PROGRAMADORs(INSTITUCION_CARRERA_PROGRAMADOR entity) { this.SendPropertyChanging(); entity.PROGRAMADOR = null; }
partial void InsertINSTITUCION_CARRERA_PROGRAMADOR(INSTITUCION_CARRERA_PROGRAMADOR instance);
private void attach_INSTITUCION_CARRERA_PROGRAMADORs(INSTITUCION_CARRERA_PROGRAMADOR entity) { this.SendPropertyChanging(); entity.INSTITUCION = this; }