Ejemplo n.º 1
0
 public ActionResult Cancel(CancelJobRequest cmd)
 {
     return(Json(_queue.Cancel(cmd)));
 }