Skip to content

Instantly share code, notes, and snippets.

@thiagoloureiro
Created October 20, 2017 02:34
Show Gist options
  • Save thiagoloureiro/6a1221a272d657edc11b1d25e6a5a49d to your computer and use it in GitHub Desktop.
Save thiagoloureiro/6a1221a272d657edc11b1d25e6a5a49d to your computer and use it in GitHub Desktop.
public class Address
{
public int Id { get; set; }
public string Street { get; set; }
public string City { get; set; }
public string Country { get; set; }
public string ZIPCode { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment