From ee99b1be7cec406bca164fb2c5cc2162f119d43d Mon Sep 17 00:00:00 2001 From: Stepan Date: Tue, 30 Apr 2024 11:35:26 +0400 Subject: [PATCH] =?UTF-8?q?=D0=BA=D1=80=D1=83=D1=82=D0=B5=D1=86=D0=BA?= =?UTF-8?q?=D0=B8=D0=B9=20=D1=81=D1=82=D0=B5=D0=BF=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../BusinessLogics/CompletionsLogic.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CarCenter/CarCenterBusinessLogic/BusinessLogics/CompletionsLogic.cs b/CarCenter/CarCenterBusinessLogic/BusinessLogics/CompletionsLogic.cs index 063e480..b4bfe82 100644 --- a/CarCenter/CarCenterBusinessLogic/BusinessLogics/CompletionsLogic.cs +++ b/CarCenter/CarCenterBusinessLogic/BusinessLogics/CompletionsLogic.cs @@ -4,11 +4,6 @@ using CarCenterContracts.SearchModels; using CarCenterContracts.StoragesContracts; using CarCenterContracts.ViewModels; using CarCenterDataModels.Models; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; using Microsoft.Extensions.Logging; namespace CarCenterBusinessLogic.BusinessLogics