private void attach_OA_FlowAuthority(OA_FlowAuthority entity)
 {
     this.SendPropertyChanging();
     entity.HR_Personnel = this;
 }
Exemple #2
0
 private void detach_OA_FlowAuthority(OA_FlowAuthority entity)
 {
     this.SendPropertyChanging();
     entity.OA_Flow = null;
 }
Exemple #3
0
 private void attach_OA_FlowAuthority(OA_FlowAuthority entity)
 {
     this.SendPropertyChanging();
     entity.HR_Department = this;
 }