Created
August 5, 2019 20:25
-
-
Save ntakouris/99d1a490f1985334e84cb33729bcd7e4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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