1 instantiation of SelectedDashboardClient
Aspire.Dashboard.Tests (1)
Model\DashboardDataSourceTests.cs (1)
1135
IDashboardClient selectedClient = new
SelectedDashboardClient
(currentClient, dataSource);
1 reference to SelectedDashboardClient
Aspire.Dashboard (1)
DashboardWebApplication.cs (1)
294
builder.Services.AddScoped<IDashboardClient,
SelectedDashboardClient
>();