5 lines
No EOL
186 B
C#
5 lines
No EOL
186 B
C#
using Femto.Common.Domain;
|
|
|
|
namespace Femto.Modules.Blog.Application.Commands.AddPostComment;
|
|
|
|
public record AddPostCommentCommand(Guid PostId, Guid AuthorId, string Content) : ICommand; |