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