+ @{
+ if (Model == null)
+ {
+
Авторизируйтесь
+ return;
+ }
+
+
+ Создать ТО
+
+
+
+
+
+ Номер
+ |
+
+ Стоимость
+ |
+
+ Дата создания
+ |
+
+ Работник
+ |
+
+
+
+ @foreach (var item in Model)
+ {
+
+
+ @Html.DisplayFor(modelItem => item.Id)
+ |
+
+ @Html.DisplayFor(modelItem => item.Brand)
+ |
+
+ @Html.DisplayFor(modelItem => item.Model)
+ |
+
+ @Html.DisplayFor(modelItem => item.VIN)
+ |
+
+ }
+
+
+ }
+
\ No newline at end of file
diff --git a/Semikolenov_G.A.CourseWork_ServiceStation/ServiceStationEmployer/Views/Home/Register.cshtml b/Semikolenov_G.A.CourseWork_ServiceStation/ServiceStationEmployer/Views/Home/Register.cshtml
index aef7d64..e2b7107 100644
--- a/Semikolenov_G.A.CourseWork_ServiceStation/ServiceStationEmployer/Views/Home/Register.cshtml
+++ b/Semikolenov_G.A.CourseWork_ServiceStation/ServiceStationEmployer/Views/Home/Register.cshtml
@@ -8,11 +8,11 @@