I have 3 projects.
1
/ \ - inheritance
2 3
1 project has ObjectFactory.Initialize…
And I have 1 interface and two implementations.
I want use two different implementation for 2 and 3 projects.
What i should to do?
Is it possible using StructureMap?
Solution finded.
In base project I should to initialize:
But in depended project i should to configure after base project initialization: