Ejemplo n.º 1
0
 /// <summary>
 /// 获得数据列表
 /// </summary>
 public DataSet GetAllList(string where)
 {
     return(dal.GetList(where));
 }
Ejemplo n.º 2
0
 public DataSet GetArticleList(string strWhere)
 {
     DAL.ArticleDAL dal = new DAL.ArticleDAL();
     return(dal.GetList(strWhere));
 }