public virtual void UpdateProductAutoPriceInfo(ProductInfo productInfo) { using (var tran = new TransactionScope()) { _productProcessor.UpdateProductAutoPriceInfo(productInfo); tran.Complete(); } }