Example #1
0
 public ServiceWithTwoNestedServices(ISimpleTestService firstNestedService, ISimpleTestService secondNestedService)
 {
     FirstNestedService  = firstNestedService;
     SecondNestedService = secondNestedService;
 }
Example #2
0
 public ServiceWithTwoNestedServices(ISimpleTestService firstNestedService, ISimpleTestService secondNestedService)
 {
     FirstNestedService = firstNestedService;
     SecondNestedService = secondNestedService;
 }
Example #3
0
 public ServiceWithNestedService(ISimpleTestService nestedService)
 {
     NestedService = nestedService;
 }
Example #4
0
 public ServiceWithNestedService(ISimpleTestService nestedService)
 {
     NestedService = nestedService;
 }