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