Created
September 24, 2019 10:21
-
-
Save ntakouris/d416a29be043a5094afb3df8675ada18 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 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