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