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