示例#1
0
 public IActionResult RunStatJob()
 {
     houseDashboardJob.Run();
     return(Json(new { success = true }));
 }