AJH.CMS.Core.Data.ArticleManager.GetParentArticles C# (CSharp) 메소드

GetParentArticles() 공개 정적인 메소드

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