/ Published in: Other
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
new Pessoa(nome: "Michael", endereco: "Centro", cidade: "Palmas", uf: "TO").save() new Pessoa(nome: "Lisa", endereco: "108N", cidade: "Palmas", uf: "TO").save()