uml pdf, announcements auth page, winforms dashboard perms

This commit is contained in:
Dimitar Byalkov
2023-03-31 14:31:04 +02:00
parent cd3a375b62
commit 3eabc9c64d
6 changed files with 15 additions and 1 deletions

View File

@@ -1,9 +1,11 @@
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.RazorPages;
using StudentHouseDashboard.Managers;
namespace WebApp.Pages
{
[Authorize]
public class AnnouncementsModel : PageModel
{
public AnnouncementManager AnnouncementManager { get; set; }