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