Add project files
This commit is contained in:
4
T120B165-ImgBoard/Dtos/Comment/CreateCommentDto.cs
Normal file
4
T120B165-ImgBoard/Dtos/Comment/CreateCommentDto.cs
Normal file
@@ -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