Skip to content

Instantly share code, notes, and snippets.

@IntegerMan
Created September 14, 2019 04:29
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 IntegerMan/d65200d8559439a1e2b027284a78e36d to your computer and use it in GitHub Desktop.
Save IntegerMan/d65200d8559439a1e2b027284a78e36d to your computer and use it in GitHub Desktop.
#nullable enable
public class KeywordData
{
public int Id { get; set; }
public string? Keyword { get; set; }
public int Modifier { get; set; }
}
#nullable restore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment