Exemplo n.º 1
0
 public void Execute(Item[] items, Tasks.CommandItem command, Tasks.ScheduleItem schedule)
 {
     _hashTagManager.ProcessAllHashTags();
 }
Exemplo n.º 2
0
 public ActionResult Process()
 {
     _hashTagManager.ProcessAllHashTags();
     return(null);
 }