Added manga data and pipeline.
This commit is contained in:
8
MangaReader.Core/Pipeline/IMangaPipeline.cs
Normal file
8
MangaReader.Core/Pipeline/IMangaPipeline.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using MangaReader.Core.WebCrawlers;
|
||||
|
||||
namespace MangaReader.Core.Pipeline;
|
||||
|
||||
public interface IMangaPipeline
|
||||
{
|
||||
Task RunAsync(SourceManga mangaDto);
|
||||
}
|
||||
Reference in New Issue
Block a user