示例#1
0
 public IActionResult Index()
 {
     if (_informationRepository.IsActive().isActive == true)
     {
         return(View("Home"));
     }
     else
     {
         return(View());
     }
 }