refactor: remove obsolete IEpubService interface (replaced by IEpubReader and IEpubMetadataExtractor)
This commit is contained in:
@@ -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