Skip to content

Instantly share code, notes, and snippets.

@jstadnicki
Created April 9, 2016 19:43

Revisions

  1. jstadnicki created this gist Apr 9, 2016.
    11 changes: 11 additions & 0 deletions 2016-04-09-FeatureRequestType.cs
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    public enum FeatureRequestType
    {
    Unknown=0,
    Voteup,
    VoteDown,
    NotRead,
    Share,
    AddComment,
    FullArticle,
    ReadLater
    }