Пример #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)
 {
 }