Пример #1
0
 //Ctor Dependency injection
 public OhmValueController(IResistorService resistorService)
 {
     this.resistorService = resistorService;
 }
Пример #2
0
 //Constructor Dependency injection
 public HomeController(IResistorService resistorService)
 {
     this.resistorService = resistorService;
 }