diff --git a/Pages/Error.cshtml.cs b/Pages/Error.cshtml.cs index 259f894..7a88933 100644 --- a/Pages/Error.cshtml.cs +++ b/Pages/Error.cshtml.cs @@ -6,7 +6,7 @@ using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.RazorPages; -namespace instructors_crud_test_task.Pages +namespace InstructorsListApp.Pages { [ResponseCache(Duration = 0, Location = ResponseCacheLocation.None, NoStore = true)] public class ErrorModel : PageModel diff --git a/Pages/_ViewImports.cshtml b/Pages/_ViewImports.cshtml index 1f8e117..8e8c4c7 100644 --- a/Pages/_ViewImports.cshtml +++ b/Pages/_ViewImports.cshtml @@ -1,3 +1,3 @@ -@using instructors_crud_test_task -@namespace instructors_crud_test_task.Pages +@using InstructorsListApp +@namespace InstructorsListApp.Pages @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers