Ejemplo n.º 1
0
 private void attach_MasterComptas(MasterCompta entity)
 {
     this.SendPropertyChanging();
     entity.Company = this;
 }
Ejemplo n.º 2
0
 private void detach_MasterComptas(MasterCompta entity)
 {
     this.SendPropertyChanging();
     entity.CostCenter1 = null;
 }
Ejemplo n.º 3
0
 private void detach_MasterComptas(MasterCompta entity)
 {
     this.SendPropertyChanging();
     entity.TypeJournal1 = null;
 }