AJH.CMS.Core.Data.ProductPriceManager.Update C# (CSharp) Méthode

Update() public static méthode

public static Update ( ProductPrice productPrice ) : void
productPrice AJH.CMS.Core.Entities.ProductPrice
Résultat void
        public static void Update(ProductPrice productPrice)
        {
            ProductPriceDataMapper.Update(productPrice);
        }