feat: создана структура проекта, core, domain, infrastructure. Перенесены enum и task согласно архитектуры
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using PARR.Common.Domain;
|
||||
using PARR.Domain.Entities.Base.History;
|
||||
|
||||
namespace PARR.BLL.Domain.Mq
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using PARR.Common.Domain;
|
||||
using PARR.Domain.Entities.Base.History;
|
||||
|
||||
namespace PARR.BLL.Domain.Mq
|
||||
{
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
using PARR.Common.Domain;
|
||||
using PARR.Constants;
|
||||
using PARR.Constants;
|
||||
using PARR.Domain.Entities.Base.History;
|
||||
|
||||
namespace PARR.BLL.Domain.Mq
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using PARR.Common.Domain;
|
||||
using PARR.Domain.Entities.Base.History;
|
||||
|
||||
namespace PARR.BLL.Domain.Mq
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using PARR.Common.Domain;
|
||||
using PARR.Domain.Entities.Base.History;
|
||||
|
||||
namespace PARR.BLL.Domain.Mq
|
||||
{
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
using PARR.Common.Domain;
|
||||
using PARR.Constants;
|
||||
using PARR.Constants;
|
||||
using PARR.Domain.Entities.Base.History;
|
||||
|
||||
namespace PARR.BLL.Domain.Mq
|
||||
{
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
using PARR.Common.Domain;
|
||||
using PARR.Constants;
|
||||
using PARR.Constants;
|
||||
using PARR.Domain.Entities.Base.History;
|
||||
|
||||
namespace PARR.BLL.Domain.Mq
|
||||
{
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\PARR.Common\PARR.Common.csproj" />
|
||||
<ProjectReference Include="..\PARR.Constants\PARR.Constants.csproj" />
|
||||
<ProjectReference Include="..\PARR.Domain\PARR.Domain.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user