Refactor: Web Consolidation and Identity Stabilization #40
@@ -1,11 +0,0 @@
|
|||||||
using FluentResults;
|
|
||||||
using NexusReader.Application.Queries.Reader;
|
|
||||||
using System.IO;
|
|
||||||
|
|
||||||
namespace NexusReader.Application.Abstractions.Services;
|
|
||||||
|
|
||||||
public interface IEpubService
|
|
||||||
{
|
|
||||||
Task<Result<ReaderPageViewModel>> GetEpubContentAsync(int chapterIndex, string? userId = null);
|
|
||||||
Task<Result<LocalEpubMetadata>> ExtractMetadataAsync(Stream epubStream);
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user