Beispiel #1
0
 public TestModel8([Autowired] ITestModel6 _TestModel81)
 {
     TestModel6 = _TestModel81;
 }
Beispiel #2
0
 public TestModel81([Autowired] ITestModel6 _TestModel8)
 {
     TestModel6 = _TestModel8;
 }