2 references to AddScoped
Microsoft.AspNetCore.Identity (1)
IdentityBuilderExtensions.cs (1)
59
builder.Services.
AddScoped
(managerType);
Microsoft.Extensions.DependencyInjection.Abstractions (1)
ServiceCollectionServiceExtensions.cs (1)
250
return services.
AddScoped
(typeof(TService));