6 references to CustomerService
Microsoft.AspNetCore.Components.Tests (6)
PersistentState\PersistentServicesRegistryTest.cs (6)
358
.AddScoped<
CustomerService
>()
359
.AddPersistentService<
CustomerService
>(componentRenderMode)
363
var
customerService = scope.GetService<
CustomerService
>();
382
var
restoredCustomerService = secondScope.GetRequiredService<
CustomerService
>();