mobilapp fix
This commit is contained in:
parent
6b214aeaf7
commit
cf847e246c
|
|
@ -63,6 +63,9 @@ namespace TIAMMobileApp
|
|||
builder.Services.AddScoped<IWizardProcessor, WizardProcessor>();
|
||||
builder.Services.AddScoped<IImageDataService, ImageDataService>();
|
||||
builder.Services.AddSingleton(x => new ResourceManager("TIAMWebApp.Shared.Application.Resources", typeof(Main).Assembly));
|
||||
|
||||
builder.Services.AddSingleton<AdminSignalRClient>();
|
||||
|
||||
builder.Services.AddSingleton<SignalRService>();
|
||||
builder.Services.AddSingleton<SumupService>();
|
||||
builder.Services.AddScoped<AuthenticationStateProvider, CustomAuthStateProvider>();
|
||||
|
|
|
|||
Loading…
Reference in New Issue