Basic comments on announcements

This commit is contained in:
Dimitar Byalkov
2023-04-19 16:55:14 +02:00
parent daf034c71e
commit 55a2319405
7 changed files with 75 additions and 43 deletions

View File

@@ -1,8 +1,10 @@
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.RazorPages;
namespace WebApp.Pages
{
[Authorize]
public class IndexModel : PageModel
{
private readonly ILogger<IndexModel> _logger;