| 3 | namespace QuestionService.RequestHelpers; |
| 4 | |
| 5 | public record QuestionsQuery : PaginationRequest |
| 6 | { |
| 7 | public string? Tag { get; set; } |
| 8 | public string? Sort { get; set; } |
| 9 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…