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

AddOtherLanguage() public static méthode

public static AddOtherLanguage ( AJH attribute ) : void
attribute AJH
Résultat void
        public static void AddOtherLanguage(AJH.CMS.Core.Entities.Attribute attribute)
        {
            AttributeDataMapper.AddOtherLanguage(attribute);
        }