wip comments

This commit is contained in:
john 2025-08-10 19:57:47 +02:00
parent cbf67bf5f1
commit 4c69c6d30d
14 changed files with 151 additions and 21 deletions

View file

@ -0,0 +1,3 @@
namespace Femto.Modules.Blog.Application.Queries.GetPosts.Dto;
public record PostCommentDto(string Author, string Content, DateTimeOffset PostedOn);