some changes
This commit is contained in:
parent
4ec9720541
commit
b47bac67ca
37 changed files with 397 additions and 190 deletions
|
@ -3,9 +3,9 @@ using MediatR;
|
|||
|
||||
namespace Femto.Modules.Blog.Handlers;
|
||||
|
||||
public class PostCreatedIntegrationEventHandler : INotificationHandler<PostCreatedIntegrationEvent>
|
||||
public class PostCreatedIntegrationEventHandler : INotificationHandler<PostCreatedEvent>
|
||||
{
|
||||
public async Task Handle(PostCreatedIntegrationEvent notification, CancellationToken cancellationToken)
|
||||
public async Task Handle(PostCreatedEvent notification, CancellationToken cancellationToken)
|
||||
{
|
||||
// todo
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue