1 implementation of IMyOtherService
Microsoft.AspNetCore.Components.Tests (1)
DependencyInjectionTest.cs (1)
225class 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; }