Amend compoments to be keyed based
This commit is contained in:
@@ -13,7 +13,7 @@ public class ComponentInitializer(IEnumerable<IComponent> components,
|
||||
{
|
||||
foreach (IComponent component in components)
|
||||
{
|
||||
IComponentBuilder builder = component.Create();
|
||||
IComponentBuilder builder = component.Configure("");
|
||||
builder.AddServices(services =>
|
||||
{
|
||||
services.AddTransient(_ =>
|
||||
|
||||
Reference in New Issue
Block a user