Skip to content

Commit

Permalink
#13 DI追加
Browse files Browse the repository at this point in the history
  • Loading branch information
aiueo-1234 committed Mar 16, 2024
1 parent 5c3bcb6 commit 95d95a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions KoeBook/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ public App()
.AddSingleton<IScrapingService, ScrapingAozoraService>()
.AddSingleton<IScrapingService, ScrapingNaroService>();
services.AddSingleton<IEpubCreateService, EpubCreateService>();
services.AddTransient<ISplitBraceService, SplitBraceService>();
// Views and ViewModels
services.AddTransient<SettingsViewModel>();
Expand Down

0 comments on commit 95d95a2

Please sign in to comment.