예제 #1
0
 private void attach_ps(ps entity)
 {
     this.SendPropertyChanging();
     entity.employee = this;
 }
예제 #2
0
 private void detach_ps(ps entity)
 {
     this.SendPropertyChanging();
     entity.employee = null;
 }
예제 #3
0
 partial void Deleteps(ps instance);
예제 #4
0
 partial void Updateps(ps instance);
예제 #5
0
 partial void Insertps(ps instance);
예제 #6
0
 private void detach_ps(ps entity)
 {
     this.SendPropertyChanging();
     entity.skill = null;
 }
예제 #7
0
 private void attach_ps(ps entity)
 {
     this.SendPropertyChanging();
     entity.skill = this;
 }