Exemplo n.º 1
0
 public DataSet GetDataByDataSet(string sql)
 {
     return(_currentDAO.GetGridData(sql));
 }