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

Add() public static method

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