5 references to ValueService
ControllersFromServicesWebSite (5)
Components\ComponentFromServicesViewComponent.cs (2)
10
private readonly
ValueService
_value;
12
public ComponentFromServicesViewComponent(
ValueService
value)
Startup.cs (1)
37
services.AddTransient<
ValueService
>();
TagHelpers\InServicesTagHelper.cs (2)
12
private readonly
ValueService
_value;
14
public InServicesTagHelper(
ValueService
value)