[FA-misc] Saga seems to work, fixed a UserNovelDataService bug
This commit is contained in:
@@ -2,7 +2,10 @@ namespace FictionArchive.Service.Shared.Contracts.Events;
|
||||
|
||||
public interface IFileUploadRequestCreated
|
||||
{
|
||||
Guid? ImportId { get; }
|
||||
Guid RequestId { get; }
|
||||
string FilePath { get; }
|
||||
byte[] FileData { get; }
|
||||
}
|
||||
|
||||
public record FileUploadRequestCreated(Guid? ImportId, Guid RequestId, string FilePath, byte[] FileData) : IFileUploadRequestCreated;
|
||||
|
||||
Reference in New Issue
Block a user