Exemple #1
0
 public DataSet GetTopList(int top, string strWhere)
 {
     return(dal.GetTopList(top, strWhere));
 }