Ejemplo n.º 1
0
 public DataSet GetDataSet(string sql)
 {
     return(adapter.GetDataSet(sql));
 }