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