Ejemplo n.º 1
0
 public static void buscar(String nombre) {
   String usu = ServiceUsuarios.findUsuariosByName(nombre);
   renderJSON(usu);
 }