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