Пример #1
0
 private void attach_MasterComptas(MasterCompta entity)
 {
     this.SendPropertyChanging();
     entity.Company = this;
 }
Пример #2
0
 private void detach_MasterComptas(MasterCompta entity)
 {
     this.SendPropertyChanging();
     entity.CostCenter1 = null;
 }
Пример #3
0
 private void detach_MasterComptas(MasterCompta entity)
 {
     this.SendPropertyChanging();
     entity.TypeJournal1 = null;
 }