Refactor SettingsService structure so it initializes when the DbService itself is ready (#145)

This commit is contained in:
Leendert de Borst
2024-08-05 11:05:51 +02:00
parent d4a773fc2c
commit eacfee78cc
5 changed files with 162 additions and 143 deletions

View File

@@ -68,7 +68,6 @@ builder.Services.AddScoped<DbService>();
builder.Services.AddScoped<GlobalNotificationService>();
builder.Services.AddScoped<GlobalLoadingService>();
builder.Services.AddScoped<JsInteropService>();
builder.Services.AddScoped<SettingsService>();
builder.Services.AddSingleton<ClipboardCopyService>();
builder.Services.AddAuthorizationCore();