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

AddOtherLanguage() public static méthode

public static AddOtherLanguage ( CombinationProduct combinationProduct ) : void
combinationProduct AJH.CMS.Core.Entities.CombinationProduct
Résultat void
        public static void AddOtherLanguage(CombinationProduct combinationProduct)
        {
            CombinationProductDataMapper.AddOtherLanguage(combinationProduct);
        }