예제 #1
0
 private void attach_HR_Personnel(HR_Personnel entity)
 {
     this.SendPropertyChanging();
     entity.HR_Job = this;
 }
예제 #2
0
 private void detach_HR_Personnel(HR_Personnel entity)
 {
     this.SendPropertyChanging();
     entity.HR_Department = null;
 }
예제 #3
0
 private void detach_HR_Personnel(HR_Personnel entity)
 {
     this.SendPropertyChanging();
     entity.AM_Kind = null;
 }