...
This commit is contained in:
@@ -13,6 +13,7 @@ builder.Services.AddBlazorBootstrap();
|
||||
|
||||
builder.Services.AddScoped<ILocalStorageService, LocalStorageService>();
|
||||
builder.Services.AddScoped<localService>();
|
||||
builder.Services.AddScoped<HttpClientController>();
|
||||
builder.Services.AddScoped(sp => new UserAuthenticationDTO());
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user