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