6 lines
No EOL
207 B
C#
6 lines
No EOL
207 B
C#
using Femto.Common;
|
|
using Femto.Common.Domain;
|
|
|
|
namespace Femto.Modules.Blog.Application.Commands.AddPostReaction;
|
|
|
|
public record AddPostReactionCommand(Guid PostId, string Emoji, Guid ReactorId) : ICommand; |