fix injectionses
This commit is contained in:
parent
b93115d787
commit
cd078ca643
11 changed files with 119 additions and 55 deletions
|
@ -0,0 +1,5 @@
|
|||
using Femto.Common.Domain;
|
||||
|
||||
namespace Femto.Modules.Blog.Application.Commands.DeletePost;
|
||||
|
||||
public record DeletePostCommand(Guid PostId, Guid InitiatingUserId) : ICommand;
|
Loading…
Add table
Add a link
Reference in a new issue