partial void DeleteTDetalle(TDetalle instance);
partial void UpdateTDetalle(TDetalle instance);
private void detach_TDetalle(TDetalle entity) { this.SendPropertyChanging(); entity.TBoleta = null; }
partial void InsertTDetalle(TDetalle instance);
private void attach_TDetalle(TDetalle entity) { this.SendPropertyChanging(); entity.TProducto = this; }