Dodawanie/Usuwanie

Dodawanie/Usuwanie (nie chce tu przeklinać)
This commit is contained in:
Witkopawel
2025-04-25 05:19:36 +02:00
parent 981236f6aa
commit 9151fbb6ab
6 changed files with 163 additions and 24 deletions

View File

@@ -0,0 +1,12 @@
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.RazorPages;
namespace WebApp.Views.Events
{
public class CreateModel : PageModel
{
public void OnGet()
{
}
}
}