コード例 #1
0
 private void detach_Licences_PersonId(Licence entity)
 {
     this.SendPropertyChanging("Licences_PersonId");
     entity.Person_PersonId = null;
 }
コード例 #2
0
 private void attach_Licences_ModifyPersonId(Licence entity)
 {
     this.SendPropertyChanging("Licences_ModifyPersonId");
     entity.Person_ModifyPersonId = this;
 }