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/Bundles/Add.cshtml | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 Views/Bundles/Add.cshtml (limited to 'Views/Bundles/Add.cshtml') diff --git a/Views/Bundles/Add.cshtml b/Views/Bundles/Add.cshtml deleted file mode 100644 index 36b329b..0000000 --- a/Views/Bundles/Add.cshtml +++ /dev/null @@ -1,33 +0,0 @@ -@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers -@model MyDarling.Models.UnderwearBundle - - - - - - New bundle - - - - - -
-
-
- - -
-
- - -
-
- - -
- -
-
- - - \ No newline at end of file -- cgit v1.2.3