asp.net/winforms login; uml managers, repositories pages edited
This commit is contained in:
12
StudentHouseDashboard/WebApp/Pages/Error/401.cshtml.cs
Normal file
12
StudentHouseDashboard/WebApp/Pages/Error/401.cshtml.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using Microsoft.AspNetCore.Mvc.RazorPages;
|
||||
|
||||
namespace WebApp.Pages.Error
|
||||
{
|
||||
public class _401Model : PageModel
|
||||
{
|
||||
public void OnGet()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user