private void detach_RbLocationCardTypes_ModifyPersonId(RbLocationCardType entity) { this.SendPropertyChanging("RbLocationCardTypes_ModifyPersonId"); entity.Person_ModifyPersonId = null; }
private void attach_RbLocationCardTypes_CreatePersonId(RbLocationCardType entity) { this.SendPropertyChanging("RbLocationCardTypes_CreatePersonId"); entity.Person_CreatePersonId = this; }