Beispiel #1
0
 public HomeController(IAllPcs allPcs)
 {
     AllPcs = allPcs;
 }
Beispiel #2
0
 public PcsController(IAllPcs iAllPcs)
 {
     _allPcs = iAllPcs;
 }