AJH.CMS.Core.Data.ProductImageManager.AddOtherLanguage C# (CSharp) Méthode

AddOtherLanguage() public static méthode

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