Пример #1
0
 // GET: Comanda
 public ActionResult Index()
 {
     if (!base.VerifyIsAuthenticated())
     {
         return(base.RedirectHome());
     }
     return(View(comandaService.List()));
 }