Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created June 9, 2023 11:49
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/9a13aeab42af39c92bd6cfa096905bec to your computer and use it in GitHub Desktop.
Save bjoerntx/9a13aeab42af39c92bd6cfa096905bec to your computer and use it in GitHub Desktop.
public class Claim {
public string name { get; set; }
public DateTime dob { get; set; }
public string address { get; set; }
public string unit { get; set; }
public string city { get; set; }
public string state { get; set; }
public string zip { get; set; }
public string description { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment