public DALUsuarios(string empresa) { this.conexion = new DALSqlServerConnection(empresa); }
public DALUsuarios() { this.conexion = new DALSqlServerConnection(); }