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