Skip to content

Instantly share code, notes, and snippets.

@ntakouris
Created September 24, 2019 10:21
Show Gist options
  • Save ntakouris/d416a29be043a5094afb3df8675ada18 to your computer and use it in GitHub Desktop.
Save ntakouris/d416a29be043a5094afb3df8675ada18 to your computer and use it in GitHub Desktop.
public class GetAllPostsQuery
{
[FromQuery(Name = "userId")]
public string UserId { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment