Exemple #1
0
 public HomeController(LordOfLittleComponentsContext context)
 {
     _context             = context;
     _serialPortConnector = new SerialPortConnector();
 }
Exemple #2
0
 public SeedingService(LordOfLittleComponentsContext context)
 {
     _context = context;
 }
Exemple #3
0
 public CommandsController(LordOfLittleComponentsContext context)
 {
     _context = context;
 }
Exemple #4
0
 public ConnectionService(LordOfLittleComponentsContext context)
 {
     _context = context;
 }