refactor: Rename namespace in Pages dir

This commit is contained in:
ChronosX88 2019-09-26 01:03:06 +04:00
parent 882df64bca
commit b2703ab1d6
Signed by: ChronosXYZ
GPG Key ID: 085A69A82C8C511A
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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