public Impl(IAnotherDep anotherDep)
 {
     this.anotherDep = anotherDep;
 }
Example #2
0
 public Impl(IAnotherDep anotherDep)
 {
     this.anotherDep = anotherDep;
 }