Exemplo n.º 1
0
 public ConsumerWithClassDependencyService(
     INotAnAutoService normal,
     ISNotRegistered notReg,
     ServiceForISRegistered classDependency)
 {
 }
Exemplo n.º 2
0
 public ConsumerWithDefaultService(
     INotAnAutoService normal,
     ISNotRegistered notReg,
     ServiceForISRegistered?classDependency = null)
 {
 }
Exemplo n.º 3
0
 public Consumer1Service(
     INotAnAutoService normal,
     ISNotRegistered notReg,
     ISRegistered reg)
 {
 }