private void attach_OA_FlowAuthority(OA_FlowAuthority entity) { this.SendPropertyChanging(); entity.HR_Personnel = this; }
private void detach_OA_FlowAuthority(OA_FlowAuthority entity) { this.SendPropertyChanging(); entity.OA_Flow = null; }
private void attach_OA_FlowAuthority(OA_FlowAuthority entity) { this.SendPropertyChanging(); entity.HR_Department = this; }