private void detach_jkp_PersonSanghas(jkp_PersonSangha entity) { this.SendPropertyChanging(); entity.jkp_Sangha = null; }
private void attach_jkp_PersonSanghas(jkp_PersonSangha entity) { this.SendPropertyChanging(); entity.jkp_Person = this; }