Exemplo n.º 1
0
 private void detach_CashLines(CashLine entity)
 {
     this.SendPropertyChanging();
     entity.Cash = null;
 }
Exemplo n.º 2
0
 private void attach_CashLines(CashLine entity)
 {
     this.SendPropertyChanging();
     entity.Cash = this;
 }