AJH.CMS.Core.Data.ArticleManager.GetParentArticles C# (CSharp) Method

GetParentArticles() public static method

public static GetParentArticles ( int CategoryID ) : List
CategoryID int
return List
        public static List<Article> GetParentArticles(int CategoryID)
        {
            return ArticleDataMapper.GetParentArticles(CategoryID);
        }