Skip to content

Commit

Permalink
Cleanup ImoutoRebirth.Tori/Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
ImoutoChan committed Jun 6, 2023
1 parent cd28709 commit e52794e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Source/ImoutoRebirth.Tori/ImoutoRebirth.Tori/Program.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
// See https://aka.ms/new-console-template for more information

using ImoutoRebirth.Tori;
using ImoutoRebirth.Tori;
using ImoutoRebirth.Tori.Services;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
Expand All @@ -13,7 +11,6 @@
services.AddTransient<IShortcutService, ShortcutService>();

services.AddTransient<IWindowsServicesManager, WindowsServicesManager>();
//services.AddTransient<IWindowsServicesManager, FakeWindowsServicesManager>();

services.AddTransient<IWindowsServiceUpdater, WindowsServiceUpdater>();
services.AddTransient<IInstaller, Installer>();
Expand Down

0 comments on commit e52794e

Please sign in to comment.