Esempio n. 1
0
 public HomeController(IRequestLaboratory client)
 {
     this.client = client;
 }
 public CommandController(IRequestComputer clientPc, IRequestLaboratory clientLab)
 {
     this.clientPc  = clientPc;
     this.clientLab = clientLab;
 }