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