Skip to content

Instantly share code, notes, and snippets.

@StephanyBatista
Created May 29, 2018 16:43
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 StephanyBatista/2c882e4b3761d70d55f87244dd9882e3 to your computer and use it in GitHub Desktop.
Save StephanyBatista/2c882e4b3761d70d55f87244dd9882e3 to your computer and use it in GitHub Desktop.
var cidade = FluentBuilder<Cidade>.New().With(c => c.Nome, "Campo Grande").Build();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment