From aa0e0d08dfd97ce29f3b22d615aaf4f85e5b6e20 Mon Sep 17 00:00:00 2001 From: kamilia Date: Sat, 25 May 2024 23:55:16 +0400 Subject: [PATCH] =?UTF-8?q?=D0=B1=D0=B0=D0=BB=D1=83=D1=8E=D1=81=D1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ListImplementationExtension.cs | 26 ------------------- 1 file changed, 26 deletions(-) delete mode 100644 AircraftPlant/AbstractShopListImplement/ListImplementationExtension.cs diff --git a/AircraftPlant/AbstractShopListImplement/ListImplementationExtension.cs b/AircraftPlant/AbstractShopListImplement/ListImplementationExtension.cs deleted file mode 100644 index 69958c2..0000000 --- a/AircraftPlant/AbstractShopListImplement/ListImplementationExtension.cs +++ /dev/null @@ -1,26 +0,0 @@ -using AircraftPlantContracts.DI; -using AircraftPlantContracts.StoragesContracts; -using AircraftPlantListImplement.Implements; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - -namespace AircraftPlantListImplement -{ - public class ListImplementationExtension : IImplementationExtension - { - public int Priority => 0; - public void RegisterServices() - { - DependencyManager.Instance.RegisterType(); - DependencyManager.Instance.RegisterType(); - DependencyManager.Instance.RegisterType(); - DependencyManager.Instance.RegisterType(); - DependencyManager.Instance.RegisterType(); - DependencyManager.Instance.RegisterType(); - DependencyManager.Instance.RegisterType(); - } - } -} \ No newline at end of file