Decouple DTOs from Scraping
This commit is contained in:
parent
a1ebe1b0c8
commit
fbc9824f12
18 changed files with 39 additions and 99 deletions
|
|
@ -2,7 +2,7 @@
|
|||
using Scraping.Rules;
|
||||
using Scraping.Selectors;
|
||||
|
||||
using DTO = Scraping.Library.LibraryDTO;
|
||||
using DTO = DTOs.LibraryDTO;
|
||||
|
||||
namespace Scraping.Library
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue