public RequestHTTP getUsuario(int id)//Solo uno { return(cData.getElement("select idusuario, usuario from " + table + " where idusuario = " + id)); }
internal RequestHTTP getOne(string codpro) { return(cDatos.getElement("select * from stock where codpro like '" + codpro + "'")); }