コード例 #1
0
 /// <summary>
 /// 查询全部
 /// </summary>
 public List <ArticleType> SelectAll()
 {
     return(dal.SelectAll());
 }