コード例 #1
0
        public ActionResult RunAll()
        {
            //Runs all checks
            healthService.CheckAll();

            return(RedirectToAction("Index"));
        }