partial void DeleteHRM_EMPLEADO(HRM_EMPLEADO instance);
partial void UpdateHRM_EMPLEADO(HRM_EMPLEADO instance);
private void detach_HRM_EMPLEADOs(HRM_EMPLEADO entity) { this.SendPropertyChanging(); entity.HRM_PUESTO = null; }
partial void InsertHRM_EMPLEADO(HRM_EMPLEADO instance);
private void attach_HRM_EMPLEADO(HRM_EMPLEADO entity) { this.SendPropertyChanging(); entity.HRM_PUESTO = this; }