user login, register, hashed passwords, announcements start
This commit is contained in:
12
StudentHouseDashboard/WebApp/Pages/Announcement.cshtml.cs
Normal file
12
StudentHouseDashboard/WebApp/Pages/Announcement.cshtml.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using Microsoft.AspNetCore.Mvc.RazorPages;
|
||||
|
||||
namespace WebApp.Pages
|
||||
{
|
||||
public class AnnouncementModel : PageModel
|
||||
{
|
||||
public void OnGet()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user