Exemplo n.º 1
0
 private void attach_Mchns(Mchn entity)
 {
     this.SendPropertyChanging();
     entity.DbRoot = this;
 }
Exemplo n.º 2
0
 private void detach_Mchns(Mchn entity)
 {
     this.SendPropertyChanging();
     entity.DbRoot = null;
 }