Add project files
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
namespace T120B165_ImgBoard.Dtos.Comment;
|
||||
|
||||
public record CreateCommentDto(string Text);
|
||||
public record EditCommentDto(string Text);
|
||||
Reference in New Issue
Block a user