From dc58f242fa20f89cdbb0f4b80138be04c3e50c2e Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Thu, 16 Feb 2023 09:01:18 +0300 Subject: Add action for adding new bundles --- Views/Bundles/Add.cshtml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 Views/Bundles/Add.cshtml (limited to 'Views/Bundles/Add.cshtml') diff --git a/Views/Bundles/Add.cshtml b/Views/Bundles/Add.cshtml new file mode 100644 index 0000000..81b3061 --- /dev/null +++ b/Views/Bundles/Add.cshtml @@ -0,0 +1,33 @@ +@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers +@model MyDarling.Models.UnderwearBundle + + + + + + New bundle + + + + + +
+
+
+ + +
+
+ + +
+
+ + +
+ +
+
+ + + \ No newline at end of file -- cgit v1.2.3