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