Esempio n. 1
0
 public MyClassWithConcreteDependencyThatHasDependencies(ConcreteClassWithDependency c, IDependency2 d2)
 {
     _c  = c;
     _d2 = d2;
 }
 public MyClassWithConcreteDependencyThatHasDependencies(ConcreteClassWithDependency c, IDependency2 d2)
 {
     _c = c;
     _d2 = d2;
 }