public TypeWithSupersetConstructors(
     IFakeMultipleService multipleService,
     IFactoryService factoryService,
     IFakeService fakeService,
     IFakeScopedService scopedService)
 {
 }
 public TypeWithSupersetConstructors(
    IFakeMultipleService multipleService, 
    IFactoryService factoryService,
    IFakeService fakeService,
    IFakeScopedService scopedService)
 {
 }
Esempio n. 3
0
 public TypeWithDefaultConstructorParameters(
     IFactoryService factoryService,
     IFakeScopedService singletonService = null)
 {
 }
 public TypeWithDefaultConstructorParameters(
     IFactoryService factoryService,
     IFakeScopedService singletonService = null)
 {
 }
Esempio n. 5
0
 public TypeWithNonOverlappedConstructors(
     IFakeScopedService scopedService,
     IFakeService fakeService,
     IFakeMultipleService multipleService)
 {
 }