AJH.CMS.Core.Data.ProductPriceManager.Update C# (CSharp) 메소드

Update() 공개 정적인 메소드

public static Update ( ProductPrice productPrice ) : void
productPrice AJH.CMS.Core.Entities.ProductPrice
리턴 void
        public static void Update(ProductPrice productPrice)
        {
            ProductPriceDataMapper.Update(productPrice);
        }