6 references to CustomerService
Microsoft.AspNetCore.Components.Tests (6)
PersistentState\PersistentServicesRegistryTest.cs (6)
367
.AddScoped<
CustomerService
>()
368
.AddPersistentService<
CustomerService
>(componentRenderMode)
372
var
customerService = scope.GetService<
CustomerService
>();
392
var
restoredCustomerService = secondScope.GetRequiredService<
CustomerService
>();