It would be useful to be able to specify a type to use for a constructor parameter. ``` c.Export<SomeType>().WithCtorParam<ISomeInterface>().Use<SomeImplementation>(); ``` This will be implemented for both generic and non generic Export interface
It would be useful to be able to specify a type to use for a constructor parameter.
This will be implemented for both generic and non generic Export interface