Example #1
0
 private void detach_DetailComptas1(DetailCompta entity)
 {
     this.SendPropertyChanging();
     entity.Account2 = null;
 }
Example #2
0
 private void detach_DetailComptas(DetailCompta entity)
 {
     this.SendPropertyChanging();
     entity.MasterCompta = null;
 }
Example #3
0
 private void attach_DetailComptas(DetailCompta entity)
 {
     this.SendPropertyChanging();
     entity.Account1 = this;
 }