Beispiel #1
0
 public SettingsController(BrewOSContext context, TemperatueHubService hubService)
 {
     _context = context;
 }
Beispiel #2
0
 public HomeController(BrewOSContext context, TemperatueHubService service)
 {
     _context = context;
     _service = service;
 }