Files
zpc-bulletin-board/ZpcBulletinBoard/Pages/SetupNew/Index.cshtml
2024-02-27 07:27:47 +01:00

7 lines
151 B
Plaintext

@page
@model ZpcBulletinBoard.Pages.SetupNew.SetupModel
@{
ViewData["Title"] = "SetupNew";
Layout = "~/Pages/Shared/_LayoutBlank.cshtml";
}