private void detach_ClientIdentifications(ClientIdentification entity)
 {
     this.SendPropertyChanging("ClientIdentifications");
     entity.RbAccountingSystem = null;
 }
コード例 #2
0
 private void detach_ClientIdentifications(ClientIdentification entity)
 {
     this.SendPropertyChanging("ClientIdentifications");
     entity.Client = null;
 }