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