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