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