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);
        }