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