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