mirror of
https://github.com/ChronosX88/InstructorsListAppTA.git
synced 2024-12-04 14:42:18 +00:00
refactor: Rename namespace in Pages dir
This commit is contained in:
parent
882df64bca
commit
b2703ab1d6
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user