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

Update() 공개 정적인 메소드

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