private void detach_ParentUsers(User2ParentUser entity) { this.SendPropertyChanging(); entity.ChildUser = null; }
private void attach_ChildUsers(User2ParentUser entity) { this.SendPropertyChanging(); entity.ParentUser = this; }