Exemplo n.º 1
0
 private void detach_users2operations(users2operation entity)
 {
     this.SendPropertyChanging();
     entity.operation = null;
 }
Exemplo n.º 2
0
 partial void Deleteusers2operation(users2operation instance);
Exemplo n.º 3
0
 partial void Updateusers2operation(users2operation instance);
Exemplo n.º 4
0
 private void attach_users2operations(users2operation entity)
 {
     this.SendPropertyChanging();
     entity.operation = this;
 }
Exemplo n.º 5
0
 partial void Insertusers2operation(users2operation instance);