partial void DeleteProtocolTemplateDoctorXref(ProtocolTemplateDoctorXref instance);
private void detach_ProtocolTemplateDoctorXrefs(ProtocolTemplateDoctorXref entity) { this.SendPropertyChanging(); entity.ProtocolTemplate = null; }
partial void InsertProtocolTemplateDoctorXref(ProtocolTemplateDoctorXref instance);
private void attach_ProtocolTemplateDoctorXrefs(ProtocolTemplateDoctorXref entity) { this.SendPropertyChanging(); entity.Person = this; }