datetime etc

This commit is contained in:
john 2025-05-04 23:22:30 +02:00
parent 0d7da2ea85
commit 59d660165f
7 changed files with 23 additions and 23 deletions

View file

@ -7,6 +7,6 @@ public class PostCreatedIntegrationEventHandler : INotificationHandler<PostCreat
{
public async Task Handle(PostCreatedIntegrationEvent notification, CancellationToken cancellationToken)
{
throw new NotImplementedException();
// todo
}
}