AJH.CMS.Core.Data.ProductImageManager.Update C# (CSharp) Method

Update() public static method

public static Update ( ProductImage productImage ) : void
productImage AJH.CMS.Core.Entities.ProductImage
return void
        public static void Update(ProductImage productImage)
        {
            ProductImageDataMapper.Update(productImage);
        }