Rename DomainServices => ScrapingDomainServices
This commit is contained in:
parent
410d1a9621
commit
6618248e5b
15 changed files with 15 additions and 15 deletions
|
|
@ -12,7 +12,7 @@
|
|||
<ProjectReference Include="..\..\Dinah.Core\Dinah.Core.Drawing\Dinah.Core.Drawing.csproj" />
|
||||
<ProjectReference Include="..\..\Dinah.Core\Dinah.Core.Windows.Forms\Dinah.Core.Windows.Forms.csproj" />
|
||||
<ProjectReference Include="..\AudibleApiDomainService\AudibleApiDomainService.csproj" />
|
||||
<ProjectReference Include="..\DomainServices\ScrapingDomainServices.csproj" />
|
||||
<ProjectReference Include="..\ScrapingDomainServices\ScrapingDomainServices.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
|||
|
|
@ -3,12 +3,12 @@ using System.Collections.Generic;
|
|||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows.Forms;
|
||||
using DomainServices;
|
||||
using DataLayer;
|
||||
using Dinah.Core;
|
||||
using Dinah.Core.Collections.Generic;
|
||||
using Dinah.Core.Windows.Forms;
|
||||
using FileManager;
|
||||
using ScrapingDomainServices;
|
||||
|
||||
namespace LibationWinForm
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue