wip comments
This commit is contained in:
parent
cbf67bf5f1
commit
4c69c6d30d
14 changed files with 151 additions and 21 deletions
|
@ -0,0 +1,5 @@
|
|||
using Femto.Common.Domain;
|
||||
|
||||
namespace Femto.Modules.Blog.Application.Commands.AddPostComment;
|
||||
|
||||
public record AddPostCommentCommand(Guid PostId, Guid AuthorId, string Content) : ICommand;
|
Loading…
Add table
Add a link
Reference in a new issue