From 718f435354a09bff478520fef385448c5be565c3 Mon Sep 17 00:00:00 2001 From: Zakharov_Rostislav Date: Mon, 6 May 2024 11:49:22 +0400 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=BE=D0=BA=D0=B0=20=D0=BD=D0=B5=20?= =?UTF-8?q?=D1=80=D0=B0=D0=B1=D0=BE=D1=82=D0=B0=D0=B5=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CarShowroomContracts/BusinessLogic/IEmployeeLogic.cs | 3 +-- .../CarShowroomContracts/BusinessLogic/IModelBusinessLogic.cs | 3 +-- CarShowroom/CarShowroomDataModels/Views/SaleView.cs | 2 -- CarShowroom/CarShowroomRestApi/CarShowroomRestApi.csproj | 3 +++ 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/CarShowroom/CarShowroomContracts/BusinessLogic/IEmployeeLogic.cs b/CarShowroom/CarShowroomContracts/BusinessLogic/IEmployeeLogic.cs index f632814..8e207c3 100644 --- a/CarShowroom/CarShowroomContracts/BusinessLogic/IEmployeeLogic.cs +++ b/CarShowroom/CarShowroomContracts/BusinessLogic/IEmployeeLogic.cs @@ -1,5 +1,4 @@ -using CarShowroomContracts.Dtos; -using CarShowroomDataModels.Dtos; +using CarShowroomDataModels.Dtos; using CarShowroomDataModels.SearchModel; using CarShowroomDataModels.Views; using System; diff --git a/CarShowroom/CarShowroomContracts/BusinessLogic/IModelBusinessLogic.cs b/CarShowroom/CarShowroomContracts/BusinessLogic/IModelBusinessLogic.cs index cf9bad0..1e14363 100644 --- a/CarShowroom/CarShowroomContracts/BusinessLogic/IModelBusinessLogic.cs +++ b/CarShowroom/CarShowroomContracts/BusinessLogic/IModelBusinessLogic.cs @@ -1,5 +1,4 @@ -using CarShowroomContracts.Dtos; -using CarShowroomDataModels.Views; +using CarShowroomDataModels.Views; using CarShowroomDataModels.SearchModel; using System; using System.Collections.Generic; diff --git a/CarShowroom/CarShowroomDataModels/Views/SaleView.cs b/CarShowroom/CarShowroomDataModels/Views/SaleView.cs index ab847ef..a6d5fe5 100644 --- a/CarShowroom/CarShowroomDataModels/Views/SaleView.cs +++ b/CarShowroom/CarShowroomDataModels/Views/SaleView.cs @@ -1,6 +1,4 @@ using CarShowroomContracts.AbstractModels; -using CarShowroomContracts.Dtos; -using CarShowroomContracts.Views; using System; using System.Collections.Generic; using System.ComponentModel; diff --git a/CarShowroom/CarShowroomRestApi/CarShowroomRestApi.csproj b/CarShowroom/CarShowroomRestApi/CarShowroomRestApi.csproj index b9795fa..4babc86 100644 --- a/CarShowroom/CarShowroomRestApi/CarShowroomRestApi.csproj +++ b/CarShowroom/CarShowroomRestApi/CarShowroomRestApi.csproj @@ -8,6 +8,9 @@ + + +