aboutsummaryrefslogtreecommitdiffstats
path: root/src/Pages/Kontoret/Dokumenter.cshtml.cs
blob: ca72b4ea10afff753eb653ae19093f709e08282b (plain) (blame)
1
2
3
4
5
6
7
8
using Microsoft.AspNetCore.Mvc.RazorPages;

namespace VSH.Pages.Kontoret;

public class Dokumenter : PageModel
{
	public void OnGet() { }
}