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/e7093c21142ba36896c18810420cea9f to your computer and use it in GitHub Desktop.
Save IntegerMan/e7093c21142ba36896c18810420cea9f to your computer and use it in GitHub Desktop.
#nullable disable
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