1 implementation of IMyOtherService
Microsoft.AspNetCore.Components.Tests (1)
DependencyInjectionTest.cs (1)
225
class MyOtherServiceImplementation :
IMyOtherService
{ }
2 references to IMyOtherService
Microsoft.AspNetCore.Components.Tests (2)
DependencyInjectionTest.cs (2)
119
_serviceProvider.AddService<
IMyOtherService
>(otherServiceInstance);
212
[Inject] public
IMyOtherService
DifferentServiceType { get; set; }