public WakeOnLanController(IWakeOnLanService wakeOnLanService)
 {
     _wakeOnLanService = wakeOnLanService;
 }
Exemplo n.º 2
0
 public WakeUpMainCommandHandler(IOptionsMonitor <AppSettings> appSettings, IWakeOnLanService wakeOnLanService)
 {
     _appSettings      = appSettings.CurrentValue;
     _wakeOnLanService = wakeOnLanService;
 }