[FA-misc] Initial MassTransit implementation seems to work
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
using FictionArchive.Service.Shared.Contracts.Events;
|
||||
|
||||
namespace FictionArchive.Service.NovelService.Contracts;
|
||||
|
||||
public record NovelUpdateRequested(
|
||||
string NovelUrl) : INovelUpdateRequested;
|
||||
Reference in New Issue
Block a user