예제 #1
0
 private void attach_OA_FlowRunProcess(OA_FlowRunProcess entity)
 {
     this.SendPropertyChanging();
     entity.HR_Personnel = this;
 }
예제 #2
0
 private void detach_OA_FlowRunProcess_HR_Personnel(OA_FlowRunProcess entity)
 {
     this.SendPropertyChanging();
     entity.Send = null;
 }
예제 #3
0
 private void detach_OA_FlowRunProcess(OA_FlowRunProcess entity)
 {
     this.SendPropertyChanging();
     entity.OA_FlowProcess = null;
 }