This commit is contained in:
Loretta 2024-07-04 11:48:47 +02:00
commit ccd197d43d
1 changed files with 3 additions and 0 deletions

View File

@ -63,6 +63,9 @@ namespace TIAMMobileApp
builder.Services.AddScoped<IWizardProcessor, WizardProcessor>(); builder.Services.AddScoped<IWizardProcessor, WizardProcessor>();
builder.Services.AddScoped<IImageDataService, ImageDataService>(); builder.Services.AddScoped<IImageDataService, ImageDataService>();
builder.Services.AddSingleton(x => new ResourceManager("TIAMWebApp.Shared.Application.Resources", typeof(Main).Assembly)); builder.Services.AddSingleton(x => new ResourceManager("TIAMWebApp.Shared.Application.Resources", typeof(Main).Assembly));
builder.Services.AddSingleton<AdminSignalRClient>();
builder.Services.AddSingleton<SignalRService>(); builder.Services.AddSingleton<SignalRService>();
builder.Services.AddSingleton<SumupService>(); builder.Services.AddSingleton<SumupService>();
builder.Services.AddScoped<AuthenticationStateProvider, CustomAuthStateProvider>(); builder.Services.AddScoped<AuthenticationStateProvider, CustomAuthStateProvider>();