Closed lsoft closed 3 years ago
like Bind<MyClass>().ToItself().WithSingletonScope().
Bind<MyClass>().ToItself().WithSingletonScope()
it will add an additional symmetry with conventional bindings.
Bind<IA1, IA2>().ToItself() ???? :) incorrect proposal!
Bind<IA1, IA2>().ToItself()
like
Bind<MyClass>().ToItself().WithSingletonScope()
.it will add an additional symmetry with conventional bindings.