Skip to content

Instantly share code, notes, and snippets.

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