From 3c83f9f4b01b5965e04739e5f8accf3235f8f699 Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Mon, 20 Feb 2023 21:53:21 +0300 Subject: Add base crud actions for bundles --- Views/Bundle/Create.cshtml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 Views/Bundle/Create.cshtml (limited to 'Views/Bundle/Create.cshtml') diff --git a/Views/Bundle/Create.cshtml b/Views/Bundle/Create.cshtml new file mode 100644 index 0000000..4afc5e1 --- /dev/null +++ b/Views/Bundle/Create.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