Пример #1
0
 public GraphicCardsService(speccomContext context)
 {
     _context = context;
 }
Пример #2
0
 public UserServices(speccomContext context)
 {
     _context = context;
 }
Пример #3
0
 public DiskDriveService(speccomContext context)
 {
     _context = context;
 }
Пример #4
0
 public MemoryService(speccomContext context)
 {
     _context = context;
 }
Пример #5
0
 public LoginsController(speccomContext context)
 {
     _context = context;
 }
Пример #6
0
 public ComputerUserServices(speccomContext context)
 {
     _context = context;
 }