Ejemplo n.º 1
0
 public IActionResult RunStatJob()
 {
     houseDashboardJob.Run();
     return(Json(new { success = true }));
 }