partial void DeleteCOMUNA(COMUNA instance);
partial void UpdateCOMUNA(COMUNA instance);
private void detach_COMUNAs(COMUNA entity) { this.SendPropertyChanging(); entity.CIUDAD = null; }
partial void InsertCOMUNA(COMUNA instance);
private void attach_COMUNAs(COMUNA entity) { this.SendPropertyChanging(); entity.CIUDAD = this; }