Exemplo n.º 1
0
 public GraphicCardsService(speccomContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public UserServices(speccomContext context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public DiskDriveService(speccomContext context)
 {
     _context = context;
 }
Exemplo n.º 4
0
 public MemoryService(speccomContext context)
 {
     _context = context;
 }
Exemplo n.º 5
0
 public LoginsController(speccomContext context)
 {
     _context = context;
 }
Exemplo n.º 6
0
 public ComputerUserServices(speccomContext context)
 {
     _context = context;
 }