Skip to content

Instantly share code, notes, and snippets.

@maiconheck
Last active June 20, 2023 20:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maiconheck/d404b2098910b603e155f0aee46c8e00 to your computer and use it in GitHub Desktop.
Save maiconheck/d404b2098910b603e155f0aee46c8e00 to your computer and use it in GitHub Desktop.
var phoneNumber = new PhoneNumber("51", "25615006");
var address = new Address("79074-047", "Rua Júlio de Castilhos", 1234, "Centro");
var name = new Name("Lucas Luís", "Cruz");
var email = new Email("foo@domain.com");
var lead = new Lead(name, email);
lead.CompleteInfo(phoneNumber, address, false, new DateTime(2000, 12, 20));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment