1 implementation of IAnotherService
DependencyInjectionApp (1)
Program.cs (1)
57class AnotherService : IAnotherService
2 references to IAnotherService
DependencyInjectionApp (2)
Program.cs (2)
22services.AddScoped<IAnotherService, AnotherService>(); 30context.RequestServices.GetService<IService<IAnotherService>>();