Esempio n. 1
0
 private void detach_MasterLogistics(MasterLogistic entity)
 {
     this.SendPropertyChanging();
     entity.Company = null;
 }
Esempio n. 2
0
 private void attach_MasterLogistics(MasterLogistic entity)
 {
     this.SendPropertyChanging();
     entity.Store1 = this;
 }