Exemplo n.º 1
0
 public virtual void BatchUpdateProductAccessoryInfo(ProductInfo productInfo, List <int> batchUpdateProductSysNoList)
 {
     using (var tran = new TransactionScope())
     {
         _productProcessor.BatchUpdateProductAccessoryInfo(productInfo, batchUpdateProductSysNoList);
         tran.Complete();
     }
 }