6 lines
116 B
C#
6 lines
116 B
C#
namespace MangaReader.Core.WebCrawlers;
|
|
|
|
public interface IMangaWebCrawler
|
|
{
|
|
MangaDTO GetManga(string url);
|
|
} |