partial void DeleteEMPRESA(EMPRESA instance);
partial void UpdateEMPRESA(EMPRESA instance);
partial void InsertEMPRESA(EMPRESA instance);
private void detach_EMPRESAs(EMPRESA entity) { this.SendPropertyChanging(); entity.USUARIO_EMPRESA = null; }
private void detach_EMPRESAs(EMPRESA entity) { this.SendPropertyChanging(); entity.RUBRO = null; }
private void attach_EMPRESAs(EMPRESA entity) { this.SendPropertyChanging(); entity.RUBRO = this; }