private void detach_PersonsCanEmail(PeopleCanEmailFor entity) { this.SendPropertyChanging(); entity.OnBehalfOfPerson = null; }
private void attach_OnBehalfOfPeople(PeopleCanEmailFor entity) { this.SendPropertyChanging(); entity.PersonCanEmail = this; }