Ejemplo n.º 1
0
 /// <summary>
 /// 分页获取数据列表
 /// </summary>
 public DataSet GetListByPage(string strWhere, string orderby, int startIndex, int endIndex)
 {
     return(dal.GetListByPage(strWhere, orderby, startIndex, endIndex));
 }