Ejemplo n.º 1
0
 public DataSet GetTopList(string strWhere, int rowNum)
 {
     return(dal.GetTopList(strWhere, rowNum));
 }