+ @{
+ if (Model == null)
+ {
+
Авторизируйтесь
+ return;
+ }
+
+
+
+
+
+ Дата письма
+ |
+
+ Заголовок
+ |
+
+ Текст
+ |
+
+
+
+ @foreach (var item in Model)
+ {
+
+
+ @Html.DisplayFor(modelItem => item.DateDelivery)
+ |
+
+ @Html.DisplayFor(modelItem => item.Subject)
+ |
+
+ @Html.DisplayFor(modelItem => item.Body)
+ |
+
+ }
+
+
+ }
+
\ No newline at end of file
diff --git a/ComputersShop/ComputersShopClientApp/Views/Home/_Layout.cshtml b/ComputersShop/ComputersShopClientApp/Views/Home/_Layout.cshtml
deleted file mode 100644
index 2f63476..0000000
--- a/ComputersShop/ComputersShopClientApp/Views/Home/_Layout.cshtml
+++ /dev/null
@@ -1,53 +0,0 @@
-
-
-
-