Skip to content

Instantly share code, notes, and snippets.

@tucaz
Created August 26, 2010 12:26
Show Gist options
  • Save tucaz/551304 to your computer and use it in GitHub Desktop.
Save tucaz/551304 to your computer and use it in GitHub Desktop.
reservaExistente = new ReservaBuilder()
.ComProduto(produtoReservado, 1)
.ParaCliente(null)
.ComOrigem(OrigemVenda.Parceiro)
.VigentePor(3)
.Build();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment