Exemplo n.º 1
0
 public ComputersController(CompanyContext cont)
 {
     context  = cont;
     compRepo = new DAL.CompRepository(context);
 }
Exemplo n.º 2
0
 public ComputersController()
 {
     context  = new CompanyContext();
     compRepo = new DAL.CompRepository(context);
 }