Esempio n. 1
0
 private void detach_DOCUMENTSTRUCTUREs(DOCUMENTSTRUCTURE entity)
 {
     this.SendPropertyChanging();
     entity.WEBSERVICE = (WEBSERVICE)null;
 }
Esempio n. 2
0
 private void attach_DOCUMENTSTRUCTUREs(DOCUMENTSTRUCTURE entity)
 {
     this.SendPropertyChanging();
     entity.WEBSERVICE = this;
 }