From 7e0278ddafb3267ac13b515188205f63b44cf7c4 Mon Sep 17 00:00:00 2001 From: AnnZhimol Date: Tue, 16 May 2023 18:24:40 +0400 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=BE=20=D1=80=D0=B5=D0=B4=D0=B0=D0=BA=D1=82=D0=B8=D1=80?= =?UTF-8?q?=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5=20=D0=BB=D0=B8=D1=87=D0=BD?= =?UTF-8?q?=D1=8B=D1=85=20=D0=B4=D0=B0=D0=BD=D0=BD=D1=8B=D1=85=20=D0=BF?= =?UTF-8?q?=D0=BE=D0=BB=D1=8C=D0=B7=D0=BE=D0=B2=D0=B0=D1=82=D0=B5=D0=BB?= =?UTF-8?q?=D1=8F+=20=D0=BC=D0=B5=D0=BB=D0=BA=D0=B8=D0=B5=20=D0=B8=D1=81?= =?UTF-8?q?=D0=BF=D1=80=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Hotel/HotelDataBaseImplement/HotelDataBase.cs | 2 +- .../Views/Home/BindingRoomAndMealPlan.cshtml | 21 ------ .../Views/Home/CreateConference.cshtml | 2 +- .../Views/Home/FormationMember.cshtml | 58 ----------------- .../Home/FormationMembersAndConference.cshtml | 41 ------------ .../Views/Home/Privacy.cshtml | 65 +++++++++++++++++++ .../Views/Home/Report.cshtml | 47 -------------- .../Home/ShapingMemberIntoMealPlans.cshtml | 36 ---------- .../Views/Home/UpdateConference.cshtml | 2 +- .../Views/Shared/_Layout.cshtml | 19 ++++-- 10 files changed, 82 insertions(+), 211 deletions(-) delete mode 100644 Hotel/HotelOrganiserApp/Views/Home/BindingRoomAndMealPlan.cshtml delete mode 100644 Hotel/HotelOrganiserApp/Views/Home/FormationMember.cshtml delete mode 100644 Hotel/HotelOrganiserApp/Views/Home/FormationMembersAndConference.cshtml create mode 100644 Hotel/HotelOrganiserApp/Views/Home/Privacy.cshtml delete mode 100644 Hotel/HotelOrganiserApp/Views/Home/Report.cshtml delete mode 100644 Hotel/HotelOrganiserApp/Views/Home/ShapingMemberIntoMealPlans.cshtml diff --git a/Hotel/HotelDataBaseImplement/HotelDataBase.cs b/Hotel/HotelDataBaseImplement/HotelDataBase.cs index 7141379..6d7ccea 100644 --- a/Hotel/HotelDataBaseImplement/HotelDataBase.cs +++ b/Hotel/HotelDataBaseImplement/HotelDataBase.cs @@ -9,7 +9,7 @@ namespace HotelDataBaseImplement { if (optionsBuilder.IsConfigured == false) { - optionsBuilder.UseSqlServer(@"Data Source=DESKTOP-V0ON61E\SQLEXPRESS;Initial Catalog=HotelDataBaseFull;Integrated Security=True;MultipleActiveResultSets=True;;TrustServerCertificate=True"); + optionsBuilder.UseSqlServer(@"Data Source=DESKTOP-VG5USAH\SQLEXPRESS;Initial Catalog=HotelDataBaseFull;Integrated Security=True;MultipleActiveResultSets=True;;TrustServerCertificate=True"); } base.OnConfiguring(optionsBuilder); } diff --git a/Hotel/HotelOrganiserApp/Views/Home/BindingRoomAndMealPlan.cshtml b/Hotel/HotelOrganiserApp/Views/Home/BindingRoomAndMealPlan.cshtml deleted file mode 100644 index 9524e8a..0000000 --- a/Hotel/HotelOrganiserApp/Views/Home/BindingRoomAndMealPlan.cshtml +++ /dev/null @@ -1,21 +0,0 @@ -@{ - ViewData["Title"] = "BindingRoomAndMealPlan"; -} - -
-

Привязка комнаты к плану питания

-
-
- - - - - - -
\ No newline at end of file diff --git a/Hotel/HotelOrganiserApp/Views/Home/CreateConference.cshtml b/Hotel/HotelOrganiserApp/Views/Home/CreateConference.cshtml index f3cd3e3..029f558 100644 --- a/Hotel/HotelOrganiserApp/Views/Home/CreateConference.cshtml +++ b/Hotel/HotelOrganiserApp/Views/Home/CreateConference.cshtml @@ -18,7 +18,7 @@
diff --git a/Hotel/HotelOrganiserApp/Views/Home/FormationMember.cshtml b/Hotel/HotelOrganiserApp/Views/Home/FormationMember.cshtml deleted file mode 100644 index 4fb025a..0000000 --- a/Hotel/HotelOrganiserApp/Views/Home/FormationMember.cshtml +++ /dev/null @@ -1,58 +0,0 @@ -@using HotelContracts.ViewModels - - -@model List - -@{ - ViewData["Title"] = "FormationMember"; -} - -
-

Формирование участников

-
- - -
- @{ - if (Model == null) - { -

Авторизируйтесь

- return; - } - -

- Создать участника -

- - - - - - - - - - @foreach (var item in Model) - { - - - - - - } - -
- Номер - - ФИО - - Гражданство -
- @Html.DisplayFor(modelItem => item.Id) - - @Html.DisplayFor(modelItem => item.MemberFIO) - - @Html.DisplayFor(modelItem => item.Citizenship) -
- } -
\ No newline at end of file diff --git a/Hotel/HotelOrganiserApp/Views/Home/FormationMembersAndConference.cshtml b/Hotel/HotelOrganiserApp/Views/Home/FormationMembersAndConference.cshtml deleted file mode 100644 index 7ca05e5..0000000 --- a/Hotel/HotelOrganiserApp/Views/Home/FormationMembersAndConference.cshtml +++ /dev/null @@ -1,41 +0,0 @@ -@{ - ViewData["Title"] = "FormationMembersAndConference"; -} - -
-

Формирование участников и конференций

-
- - -
- - -
-
- - -
-
- - -
- - \ No newline at end of file diff --git a/Hotel/HotelOrganiserApp/Views/Home/Privacy.cshtml b/Hotel/HotelOrganiserApp/Views/Home/Privacy.cshtml new file mode 100644 index 0000000..153d9ac --- /dev/null +++ b/Hotel/HotelOrganiserApp/Views/Home/Privacy.cshtml @@ -0,0 +1,65 @@ +@using HotelContracts.ViewModels + +@model OrganiserViewModel + +@{ + ViewData["Title"] = "Privacy"; +} + + + +
+

Мои данные

+
+
+
+ + +
+ +
+ + +
+
+ + +
+
+ + +
+
+
+
+
+
\ No newline at end of file diff --git a/Hotel/HotelOrganiserApp/Views/Home/Report.cshtml b/Hotel/HotelOrganiserApp/Views/Home/Report.cshtml deleted file mode 100644 index 31d8287..0000000 --- a/Hotel/HotelOrganiserApp/Views/Home/Report.cshtml +++ /dev/null @@ -1,47 +0,0 @@ -@{ - ViewData["Title"] = "Report"; -} - -
-

Создание отчёта

-
-
-
-
-
-
С
-
-
-
- - -
-
-
-
по
-
-
-
- - -
-
-
-
- -
-
-
-
-
-
Отчёт:
-
-
\ No newline at end of file diff --git a/Hotel/HotelOrganiserApp/Views/Home/ShapingMemberIntoMealPlans.cshtml b/Hotel/HotelOrganiserApp/Views/Home/ShapingMemberIntoMealPlans.cshtml deleted file mode 100644 index 05fabe4..0000000 --- a/Hotel/HotelOrganiserApp/Views/Home/ShapingMemberIntoMealPlans.cshtml +++ /dev/null @@ -1,36 +0,0 @@ -@{ - ViewData["Title"] = "ShapingMemberIntoMealPlans"; -} - -
- - -
-
- - -
-
- - -
- - \ No newline at end of file diff --git a/Hotel/HotelOrganiserApp/Views/Home/UpdateConference.cshtml b/Hotel/HotelOrganiserApp/Views/Home/UpdateConference.cshtml index bf0f925..fa97772 100644 --- a/Hotel/HotelOrganiserApp/Views/Home/UpdateConference.cshtml +++ b/Hotel/HotelOrganiserApp/Views/Home/UpdateConference.cshtml @@ -29,7 +29,7 @@ @@ -188,6 +191,12 @@
+
  • + Личные данные +