Refactor and novel18 support (added cookie support in general to AbstractScraper.cs
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-07-20 22:04:13 -04:00
parent 12a1f48fbd
commit ceb8a0db8e
59 changed files with 353 additions and 240 deletions

View File

@@ -1,4 +1,4 @@
using Treestar.Shared.Models.DBDomain;
using Common.Models.DBDomain;
namespace DBConnection.Repositories.Interfaces;

View File

@@ -1,4 +1,4 @@
using Treestar.Shared.Models.DBDomain;
using Common.Models.DBDomain;
namespace DBConnection.Repositories.Interfaces;

View File

@@ -1,4 +1,4 @@
using Treestar.Shared.Models.DBDomain;
using Common.Models.DBDomain;
namespace DBConnection.Repositories.Interfaces;

View File

@@ -1,4 +1,4 @@
using Treestar.Shared.Models.DBDomain;
using Common.Models.DBDomain;
namespace DBConnection.Repositories.Interfaces;

View File

@@ -1,4 +1,4 @@
using Treestar.Shared.Models.DBDomain;
using Common.Models.DBDomain;
namespace DBConnection.Repositories.Interfaces;

View File

@@ -1,4 +1,4 @@
using Treestar.Shared.Models.DBDomain;
using Common.Models.DBDomain;
namespace DBConnection.Repositories.Interfaces;