示例#1
0
 public IList <Article> GetArticleList(int[] categoryIds)
 {
     return(ArticleDao.GetList(categoryIds));
 }