示例#1
0
 public DataSet GetDataSet(string strWhere)
 {
     return(dal.GetDataSet(strWhere));
 }