Beispiel #1
0
 public GraphicCardsService(speccomContext context)
 {
     _context = context;
 }
 public UserServices(speccomContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public DiskDriveService(speccomContext context)
 {
     _context = context;
 }
 public MemoryService(speccomContext context)
 {
     _context = context;
 }
Beispiel #5
0
 public LoginsController(speccomContext context)
 {
     _context = context;
 }
Beispiel #6
0
 public ComputerUserServices(speccomContext context)
 {
     _context = context;
 }