partial void DeleteEmployeePayHistory(EmployeePayHistory instance);
partial void InsertEmployeePayHistory(EmployeePayHistory instance);
partial void UpdateEmployeePayHistory(EmployeePayHistory instance);
private void detach_EmployeePayHistories(EmployeePayHistory entity) { this.SendPropertyChanging(); entity.Employee = null; }