Ejemplo n.º 1
0
 private void detach_TB_AccountHistory(TB_AccountHistory entity)
 {
     this.SendPropertyChanging();
     entity.TB_AccountAction = null;
 }
Ejemplo n.º 2
0
 private void attach_TB_AccountHistory(TB_AccountHistory entity)
 {
     this.SendPropertyChanging();
     entity.TB_Account = this;
 }