partial void DeletePROYECTO(PROYECTO instance);
partial void UpdatePROYECTO(PROYECTO instance);
private void detach_PROYECTOs(PROYECTO entity) { this.SendPropertyChanging(); entity.TIPO_PROYECTO = null; }
partial void InsertPROYECTO(PROYECTO instance);
private void attach_PROYECTOs(PROYECTO entity) { this.SendPropertyChanging(); entity.TIPO_PROYECTO = this; }