mirror of
https://github.com/GCMatters/hermes.git
synced 2026-02-04 05:30:13 +01:00
Dodawanie/Usuwanie
Dodawanie/Usuwanie (nie chce tu przeklinać)
This commit is contained in:
12
WebApp/Views/Events/Create.cshtml.cs
Normal file
12
WebApp/Views/Events/Create.cshtml.cs
Normal 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()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user