partial void DeleteConslComponente(ConslComponente instance);
partial void InsertConslComponente(ConslComponente instance);
partial void UpdateConslComponente(ConslComponente instance);
private void detach_ConslComponentes(ConslComponente entity) { this.SendPropertyChanging(); entity.Consolidacion = null; }