Basics setup, going to change how repos work
This commit is contained in:
9
WebNovelPortalAPI/Scrapers/IScraper.cs
Normal file
9
WebNovelPortalAPI/Scrapers/IScraper.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using DBConnection.Models;
|
||||
|
||||
namespace WebNovelPortalAPI.Scrapers;
|
||||
|
||||
public interface IScraper
|
||||
{
|
||||
public Novel ScrapeNovel(string url);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user