feat: Из dal перенесены все модели в Domain. Из dal переименованы service в repository, вынесены в Core.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
using Microsoft.Extensions.Logging;
|
||||
using PARR.DAL.Models;
|
||||
using PARR.Domain.Entities;
|
||||
using PARR.Domain.Enums;
|
||||
using PARR.EsppApi;
|
||||
using PARR.EsppApi.Constants;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using PARR.DAL.Models;
|
||||
using PARR.Domain.Entities;
|
||||
|
||||
namespace PARR.EsppOrderManager.Services
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user