Skip to content

Instantly share code, notes, and snippets.

@ntakouris
Created August 5, 2019 20:25
Show Gist options
  • Save ntakouris/99d1a490f1985334e84cb33729bcd7e4 to your computer and use it in GitHub Desktop.
Save ntakouris/99d1a490f1985334e84cb33729bcd7e4 to your computer and use it in GitHub Desktop.
public class TagResponseExample : IExamplesProvider<TagResponse>
{
public TagResponse GetExamples()
{
return new TagResponse
{
Name = "new tag"
};
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment