Example #1
0
 public MainController(IPcService pcService)
 {
     this.pcService = pcService;
 }
Example #2
0
 public StatusController(IPcService service)
 {
     this.service = service;
 }