private void detach_DetailComptas1(DetailCompta entity) { this.SendPropertyChanging(); entity.Account2 = null; }
private void detach_DetailComptas(DetailCompta entity) { this.SendPropertyChanging(); entity.MasterCompta = null; }
private void attach_DetailComptas(DetailCompta entity) { this.SendPropertyChanging(); entity.Account1 = this; }