Esempio n. 1
0
 public void RunRemainder(Guid qaKey)
 {
     if (qaKey == _applicationSettings.QaKey)
     {
         _reminderJob.Run();
     }
 }
Esempio n. 2
0
 public override void Action()
 {
     _reminderRunner.Run();
 }