Ejemplo n.º 1
0
 public virtual void UpdateProductImageInfo(ProductInfo productInfo)
 {
     using (var tran = new TransactionScope())
     {
         _productProcessor.UpdateProductImageInfo(productInfo);
         tran.Complete();
     }
 }