7 lines
142 B
Plaintext
7 lines
142 B
Plaintext
@page
|
|
@model ZpcBulletinBoard.Pages.User.LogoutModel
|
|
@{
|
|
ViewData["Title"] = "Odjava";
|
|
Layout = "~/Pages/Layouts/_Layout.cshtml";
|
|
}
|