Skip to content

Instantly share code, notes, and snippets.

@orthros
Last active June 28, 2017 01:33
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save orthros/a604d92df50ad9488af87905d16de737 to your computer and use it in GitHub Desktop.
Class for a user bounty
public class BountyfulUser
{
public int Id { get; set; }
public string UserName { get; set; }
public int BountiesCompleted { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment