Skip to content

Instantly share code, notes, and snippets.

@edermfl
Created November 16, 2016 19:28
Show Gist options
  • Save edermfl/7e099e8ad63f185afb11cbf5c311a645 to your computer and use it in GitHub Desktop.
Save edermfl/7e099e8ad63f185afb11cbf5c311a645 to your computer and use it in GitHub Desktop.
Instanciando Nf
Nf nf = new Nf(1);
nf.setCliente(new Cliente("Eder"));
nf.adicionarItem(new Item("Caneta", 1));
nf.adicionarItem(new Item("Lápis", 2));
nf.gerarNf();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment