From 31236ec274e674f56f0cad77c63dddf180142838 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=BB=D0=B5=D0=BD=D0=B0=20=D0=91=D0=B0=D0=BA=D0=B0?= =?UTF-8?q?=D0=BB=D1=8C=D1=81=D0=BA=D0=B0=D1=8F?= Date: Tue, 30 Apr 2024 12:14:43 +0400 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB?= =?UTF-8?q?=D0=B0=20=D0=BA=D0=BB=D0=B0=D1=81=D1=81=D1=8B=20=D0=B2=D1=8C?= =?UTF-8?q?=D1=8E=D1=88=D0=BA=D0=B8=20=D0=B4=D0=BB=D1=8F=20=D0=BF=D1=80?= =?UTF-8?q?=D0=BE=D1=86=D0=B5=D0=B4=D1=83=D1=80,=20=D0=BF=D0=BE=D0=BB?= =?UTF-8?q?=D1=8C=D0=B7=D0=BE=D0=B2=D0=B0=D1=82=D0=B5=D0=BB=D0=B5=D0=B9,?= =?UTF-8?q?=20=D0=BC=D0=B5=D0=B4=D0=B8=D0=BA=D0=B0=D0=BC=D0=B5=D0=BD=D1=82?= =?UTF-8?q?=D0=BE=D0=B2=20=D0=B8=20=D1=80=D0=B5=D1=86=D0=B5=D0=BF=D1=82?= =?UTF-8?q?=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Polyclinic/PolyclinicWebView/Views/Home/Medicaments.cshtml | 5 +++++ Polyclinic/PolyclinicWebView/Views/Home/Procedures.cshtml | 5 +++++ Polyclinic/PolyclinicWebView/Views/Home/Recipes.cshtml | 5 +++++ Polyclinic/PolyclinicWebView/Views/Home/Users.cshtml | 5 +++++ 4 files changed, 20 insertions(+) create mode 100644 Polyclinic/PolyclinicWebView/Views/Home/Medicaments.cshtml create mode 100644 Polyclinic/PolyclinicWebView/Views/Home/Procedures.cshtml create mode 100644 Polyclinic/PolyclinicWebView/Views/Home/Recipes.cshtml create mode 100644 Polyclinic/PolyclinicWebView/Views/Home/Users.cshtml diff --git a/Polyclinic/PolyclinicWebView/Views/Home/Medicaments.cshtml b/Polyclinic/PolyclinicWebView/Views/Home/Medicaments.cshtml new file mode 100644 index 0000000..e1dd794 --- /dev/null +++ b/Polyclinic/PolyclinicWebView/Views/Home/Medicaments.cshtml @@ -0,0 +1,5 @@ +@* + For more information on enabling MVC for empty projects, visit https://go.microsoft.com/fwlink/?LinkID=397860 +*@ +@{ +} diff --git a/Polyclinic/PolyclinicWebView/Views/Home/Procedures.cshtml b/Polyclinic/PolyclinicWebView/Views/Home/Procedures.cshtml new file mode 100644 index 0000000..e1dd794 --- /dev/null +++ b/Polyclinic/PolyclinicWebView/Views/Home/Procedures.cshtml @@ -0,0 +1,5 @@ +@* + For more information on enabling MVC for empty projects, visit https://go.microsoft.com/fwlink/?LinkID=397860 +*@ +@{ +} diff --git a/Polyclinic/PolyclinicWebView/Views/Home/Recipes.cshtml b/Polyclinic/PolyclinicWebView/Views/Home/Recipes.cshtml new file mode 100644 index 0000000..e1dd794 --- /dev/null +++ b/Polyclinic/PolyclinicWebView/Views/Home/Recipes.cshtml @@ -0,0 +1,5 @@ +@* + For more information on enabling MVC for empty projects, visit https://go.microsoft.com/fwlink/?LinkID=397860 +*@ +@{ +} diff --git a/Polyclinic/PolyclinicWebView/Views/Home/Users.cshtml b/Polyclinic/PolyclinicWebView/Views/Home/Users.cshtml new file mode 100644 index 0000000..e1dd794 --- /dev/null +++ b/Polyclinic/PolyclinicWebView/Views/Home/Users.cshtml @@ -0,0 +1,5 @@ +@* + For more information on enabling MVC for empty projects, visit https://go.microsoft.com/fwlink/?LinkID=397860 +*@ +@{ +}