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

AddOtherLanguage() public static method

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