Exemplo n.º 1
0
 public DataSet GetDataSetAll(string sql, object pars)
 {
     return(_db.GetDataSetAll(sql, pars));
 }