Final rename: DomainServices => ScrapingDomainServices
This commit is contained in:
parent
6618248e5b
commit
7f74572cb4
@ -1,6 +1,6 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
using DomainServices;
|
using ScrapingDomainServices;
|
||||||
|
|
||||||
namespace LibationWinForm.BookLiberation
|
namespace LibationWinForm.BookLiberation
|
||||||
{
|
{
|
||||||
|
|||||||
@ -3,7 +3,7 @@ using System.Collections.Generic;
|
|||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using DataLayer;
|
using DataLayer;
|
||||||
using DomainServices;
|
using ScrapingDomainServices;
|
||||||
|
|
||||||
namespace LibationWinForm.BookLiberation
|
namespace LibationWinForm.BookLiberation
|
||||||
{
|
{
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using DomainServices;
|
using ScrapingDomainServices;
|
||||||
|
|
||||||
namespace LibationWinForm.BookLiberation
|
namespace LibationWinForm.BookLiberation
|
||||||
{
|
{
|
||||||
|
|||||||
@ -3,8 +3,8 @@ using System.Collections.Generic;
|
|||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
using DomainServices;
|
|
||||||
using Dinah.Core;
|
using Dinah.Core;
|
||||||
|
using ScrapingDomainServices;
|
||||||
|
|
||||||
namespace LibationWinForm
|
namespace LibationWinForm
|
||||||
{
|
{
|
||||||
|
|||||||
@ -202,7 +202,7 @@ namespace LibationWinForm
|
|||||||
{
|
{
|
||||||
book.UserDefinedItem.Tags = newTags;
|
book.UserDefinedItem.Tags = newTags;
|
||||||
|
|
||||||
var qtyChanges = DomainServices.Indexer.IndexChangedTags(book);
|
var qtyChanges = ScrapingDomainServices.Indexer.IndexChangedTags(book);
|
||||||
return qtyChanges;
|
return qtyChanges;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user