diff --git a/TicketOffice/Pages/Routes/Index.cshtml b/TicketOffice/Pages/Routes/Index.cshtml index ec6f3ac..ab95407 100644 --- a/TicketOffice/Pages/Routes/Index.cshtml +++ b/TicketOffice/Pages/Routes/Index.cshtml @@ -1,5 +1,6 @@ @page @using System.Globalization +@using TicketOffice.Models @model TicketOffice.Pages.Routes.IndexModel @{ Layout = "~/Pages/Shared/_Layout.cshtml"; @@ -10,6 +11,7 @@ +
@@ -279,7 +281,9 @@ { foreach (var route in Model.Routes) { -