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

AddOtherLanguage() public static method

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