AJH.CMS.Core.Data.CombinationProductManager.GetCombinationProductsByProductId C# (CSharp) Метод

GetCombinationProductsByProductId() публичный статический Метод

public static GetCombinationProductsByProductId ( int productID, int languageID ) : List
productID int
languageID int
Результат List
        public static List<CombinationProduct> GetCombinationProductsByProductId(int productID, int languageID)
        {
            return CombinationProductDataMapper.GetCombinationProductsByProductId(productID, languageID);
        }