[FA-misc] Saga seems to work, fixed a UserNovelDataService bug
This commit is contained in:
10
FictionArchive.Service.NovelService/Models/ActiveImport.cs
Normal file
10
FictionArchive.Service.NovelService/Models/ActiveImport.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using NodaTime;
|
||||
|
||||
namespace FictionArchive.Service.NovelService.Models;
|
||||
|
||||
public class ActiveImport
|
||||
{
|
||||
public Guid ImportId { get; set; }
|
||||
public required string NovelUrl { get; set; }
|
||||
public Instant StartedAt { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user