Skip to content

Instantly share code, notes, and snippets.

@migsalazar
Last active June 17, 2016 21:12
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 migsalazar/00999cac26dd95e0d2e32cb8456c077a to your computer and use it in GitHub Desktop.
Save migsalazar/00999cac26dd95e0d2e32cb8456c077a to your computer and use it in GitHub Desktop.
var rfc = RfcBuilder.ForNaturalPerson()
.WithName("Miguel Angel")
.WithFirstLastName("Salazar")
.WithSecondLastName("Test")
.WithDate(1987, 04, 15)
.Build();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment