Skip to content

Instantly share code, notes, and snippets.

@mirsaeedi
Created December 17, 2021 22:31
Show Gist options
  • Save mirsaeedi/dfcbbdece5bd7278d712ca2146edf133 to your computer and use it in GitHub Desktop.
Save mirsaeedi/dfcbbdece5bd7278d712ca2146edf133 to your computer and use it in GitHub Desktop.
public class SearchRequest
{
public string Name { get; set; }
public int MaxResults { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment