some changes
This commit is contained in:
parent
4ec9720541
commit
b47bac67ca
37 changed files with 397 additions and 190 deletions
8
Femto.Modules.Blog/Events/PostCreatedEvent.cs
Normal file
8
Femto.Modules.Blog/Events/PostCreatedEvent.cs
Normal file
|
@ -0,0 +1,8 @@
|
|||
using Femto.Common.Attributes;
|
||||
using Femto.Common.Integration;
|
||||
|
||||
namespace Femto.Modules.Blog.Events;
|
||||
|
||||
[EventType("post.created")]
|
||||
public record PostCreatedEvent(Guid EventId, Guid PostId, IEnumerable<Guid> MediaIds)
|
||||
: IEvent;
|
Loading…
Add table
Add a link
Reference in a new issue