Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created February 9, 2024 12:10
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/68cead563cca784923aad6d3cab0b72a to your computer and use it in GitHub Desktop.
Save bjoerntx/68cead563cca784923aad6d3cab0b72a to your computer and use it in GitHub Desktop.
public class UserInfo
{
public string Name { get; set; }
public string Address { get; set; }
public string City { get; set; }
public string State { get; set; }
public string Zip { get; set; }
public string Phone { get; set; }
public string Email { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment