Skip to content

Instantly share code, notes, and snippets.

@dcomartin
Created May 13, 2020 22:50
Show Gist options
  • Save dcomartin/a40b8144b0e21e16ef409a17e0cf20da to your computer and use it in GitHub Desktop.
Save dcomartin/a40b8144b0e21e16ef409a17e0cf20da to your computer and use it in GitHub Desktop.
public class Customer
{
public string Name { get; set; }
public string Address1 { get; set; }
public string Address2 { get; set; }
public string City { get; set; }
public string Country { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment