Esempio n. 1
0
 private void detach_TB_Account(TB_Account entity)
 {
     this.SendPropertyChanging();
     entity.TB_Role = null;
 }
Esempio n. 2
0
 private void attach_TB_Account(TB_Account entity)
 {
     this.SendPropertyChanging();
     entity.TB_Role = this;
 }