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