namespace T120B165_ImgBoard.Dtos.Comment; public record CreateCommentDto(string Text); public record EditCommentDto(string Text);