diff options
Diffstat (limited to 'src/Pages/Handlekorg.cshtml.cs')
| -rw-r--r-- | src/Pages/Handlekorg.cshtml.cs | 8 |
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 |
