auto.bus_razor/TicketOffice/Pages/Account/Index.cshtml
2022-04-02 11:27:31 +03:00

10 lines
143 B
Plaintext

@page
@model TicketOffice.Pages.Account.Index
@{
Layout = "~/Pages/Shared/_Layout.cshtml";
ViewData["Title"] = "Аккаунт";
}
}