예제 #1
0
 public void RunRemainder(Guid qaKey)
 {
     if (qaKey == _applicationSettings.QaKey)
     {
         _reminderJob.Run();
     }
 }
예제 #2
0
 public override void Action()
 {
     _reminderJob.Run();
 }
예제 #3
0
 public void RunReminderJob()
 {
     _reminderJob.Run();
 }