Open
Description
Does this library support the use of keyed services? Something like:
// service configuration
services.AddLazyKeyedTransient<IReportService, SalesReportService>("sales");
services.AddLazyKeyedTransient<IReportService, BudgetReportService>("budget");
// controller constructor
public MyController([FromKeyedServices("sales")] IReportService reportService) { }
Metadata
Metadata
Assignees
Labels
No labels