Created
June 9, 2023 11:49
-
-
Save bjoerntx/9a13aeab42af39c92bd6cfa096905bec to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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