Exemple #1
0
 public AmbientThatDependsOnAllKindOfSingletonAndAnOtherExternalService(
     IExternalService e,
     IPocoFactory <ISamplePoco> pocoFactory,
     ISampleRealObject contract,
     AmbientThatDependsOnSingleton d,
     SimpleClassSingleton s,
     AmbientThatDependsOnAnotherExternalService o)
 {
 }
Exemple #2
0
 public AmbientThatDependsOnAllKindOfSingleton(
     IExternalService e,
     IPocoFactory <ISamplePoco> pocoFactory,
     ISampleRealObject contract,
     AmbientThatDependsOnSingleton d,
     SimpleClassSingleton s,
     AmbientThatWillBeResolvedAsSingleton other)
 {
 }
Exemple #3
0
 public AmbientThatDependsOnSingleton(SimpleClassSingleton e)
 {
 }
Exemple #4
0
 public SingletonThatDependsOnSingleton(SimpleClassSingleton e)
 {
 }