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

AddOtherLanguage() 공개 정적인 메소드

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