예제 #1
0
 public ConsumerWithClassDependencyService(
     INotAnAutoService normal,
     ISNotRegistered notReg,
     ServiceForISRegistered classDependency)
 {
 }
예제 #2
0
 public ConsumerWithDefaultService(
     INotAnAutoService normal,
     ISNotRegistered notReg,
     ServiceForISRegistered?classDependency = null)
 {
 }
예제 #3
0
 public Consumer1Service(
     INotAnAutoService normal,
     ISNotRegistered notReg,
     ISRegistered reg)
 {
 }