Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created March 25, 2024 16:13
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 bjoerntx/df8bdb9016e4f18ee6386edb89dc28d8 to your computer and use it in GitHub Desktop.
Save bjoerntx/df8bdb9016e4f18ee6386edb89dc28d8 to your computer and use it in GitHub Desktop.
public class CustomerData
{
public string Name { get; set; }
public string FirstName { get; set; }
public string Street { get; set; }
public string City { get; set; }
public string Zip { 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