//public virtual void UpdateProductThirdPartyInventory(ProductInfo productInfo) //{ // using (var tran = new TransactionScope()) // { // _productProcessor.UpdateProductThirdPartyInventory(productInfo); // tran.Complete(); // } //} #endregion #region CreateProduct public Dictionary <int, string> ProductCreate(ProductGroup productGroup) { return(_productProcessor.ProductCreate(productGroup)); }