From b297d4d986e328d34da973aa391f504524b80e58 Mon Sep 17 00:00:00 2001 From: malimova Date: Fri, 3 May 2024 20:06:17 +0400 Subject: [PATCH] +Create.cshtml --- .../Views/Home/Create.cshtml | 58 +++++++++++++++++-- 1 file changed, 53 insertions(+), 5 deletions(-) diff --git a/Confectionery/ConfectioneryClientApp/Views/Home/Create.cshtml b/Confectionery/ConfectioneryClientApp/Views/Home/Create.cshtml index 48b8022..267e0e0 100644 --- a/Confectionery/ConfectioneryClientApp/Views/Home/Create.cshtml +++ b/Confectionery/ConfectioneryClientApp/Views/Home/Create.cshtml @@ -1,6 +1,54 @@ -namespace ConfectioneryClientApp.Views.Home -{ - public class Create - { - } +@{ + ViewData["Title"] = "Create"; } +
+

Создание заказа

+
+
+
+
Изделие:
+
+ +
+
+
+
Количество:
+
+ +
+
+
+
Сумма:
+
+ +
+
+
+
+
+ +
+
+
+