Ejemplo n.º 1
0
        public IEnumerable <View_ArticleType> GetAllArticle(int articlecategoryId)
        {
            var allArticle = iarticles.GetAllArticle(articlecategoryId);

            return(allArticle);
        }