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