partial void DeletePersonnelManagers(PersonnelManagers instance);
partial void UpdatePersonnelManagers(PersonnelManagers instance);
private void detach_PersonnelManagers1(PersonnelManagers entity) { this.SendPropertyChanging(); entity.Candidate = null; }
partial void InsertPersonnelManagers(PersonnelManagers instance);
private void detach_PersonnelManagers(PersonnelManagers entity) { this.SendPropertyChanging(); entity.ApprovedByPersonnelManager = null; }