5 lines
No EOL
170 B
C#
5 lines
No EOL
170 B
C#
using Femto.Common.Domain;
|
|
|
|
namespace Femto.Modules.Blog.Application.Commands.DeletePost;
|
|
|
|
public record DeletePostCommand(Guid PostId, Guid InitiatingUserId) : ICommand; |