MCPcopy Create free account
hub / github.com/TryCatchLearn/Overflow / CreateQuestionDto

Class CreateQuestionDto

QuestionService/DTOs/CreateQuestionDto.cs:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4namespace QuestionService.DTOs;
5
6public record CreateQuestionDto(
7 [Required]string Title,
8 [Required]string Content,
9 [Required][TagListValidator(1, 5)]List<string> Tags);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…