aboutsummaryrefslogtreecommitdiffstats
path: root/src/Pages/Handlekorg.cshtml.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Pages/Handlekorg.cshtml.cs')
-rw-r--r--src/Pages/Handlekorg.cshtml.cs8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Pages/Handlekorg.cshtml.cs b/src/Pages/Handlekorg.cshtml.cs
new file mode 100644
index 0000000..02f72a7
--- /dev/null
+++ b/src/Pages/Handlekorg.cshtml.cs
@@ -0,0 +1,8 @@
+using Microsoft.AspNetCore.Mvc.RazorPages;
+
+namespace VSH.Pages;
+
+public class Handlekorg : PageModel
+{
+ public void OnGet() { }
+} \ No newline at end of file