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