Skip to content

Instantly share code, notes, and snippets.

@renatocantarino
Created June 19, 2013 14:52
Show Gist options
  • Select an option

  • Save renatocantarino/5814943 to your computer and use it in GitHub Desktop.

Select an option

Save renatocantarino/5814943 to your computer and use it in GitHub Desktop.
Pessoa
namespace cliente
{
public class Pessoa
{
public string Age { get; set; }
public string Name { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment