public ClassWithNestedDependency(IInterfaceWithDependency dependency)
 {
     Dependency = dependency;
 }
Beispiel #2
0
 public ClassWithNestedDependency(IInterfaceWithDependency dependency)
 {
     Dependency = dependency;
 }