Skip to content

Instantly share code, notes, and snippets.

@ntakouris
Created July 26, 2019 10:09
Show Gist options
  • Save ntakouris/ad055e4d434f27da96ec0c27ffaad195 to your computer and use it in GitHub Desktop.
Save ntakouris/ad055e4d434f27da96ec0c27ffaad195 to your computer and use it in GitHub Desktop.
public class PostResponse
{
public Guid Id { get; set; }
public string Name { get; set; }
public string UserId { get; set; }
public IEnumerable<TagResponse> Tags { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment