9 lines
120 B
Plaintext
9 lines
120 B
Plaintext
|
|
@{
|
|
ViewBag.Title = "Delete";
|
|
Layout = "~/Areas/Admin/Views/Shared/_AdminLayout.cshtml";
|
|
}
|
|
|
|
<h2>Delete</h2>
|
|
|