Exemple #1
0
 public IActionResult Index()
 {
     if (_systemManager.CheckInstall())
     {
         return(View());
     }
     else
     {
         return(RedirectToAction("Setup", "System"));
     }
 }