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