'How to register dependencies with IList<T>
My class constructor has a dependency like the following
public EngineService(
IList<ICommand<CalculationRequest,CalculationContext<CalculationRequest>>> commands)
and I have no idea how to register it correctly, any help would be helpful
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
