| 1 | namespace Contracts; |
| 2 | |
| 3 | public record QuestionCreated(string QuestionId, |
| 4 | string Title, |
| 5 | string Content, |
| 6 | DateTime Created, |
| 7 | List<string> Tags); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…