Example #1
0
 public static List <int> Article2CategoryListByArticleIdAndType(int articleId, CatType catType)
 {
     return(ArticleManage.Article2CategoryListByArticleIdAndType(articleId, catType));
 }