示例#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();
 }