mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-12-16 22:45:30 +00:00
Moved unused code into Achive
This commit is contained in:
17
Archive/HaLive/Pages/Edition/Mitwirkende.cshtml.cs
Normal file
17
Archive/HaLive/Pages/Edition/Mitwirkende.cshtml.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using Microsoft.AspNetCore.Mvc.RazorPages;
|
||||
|
||||
namespace HaLive.Pages
|
||||
{
|
||||
public class MitwirkendeModel : PageModel
|
||||
{
|
||||
public void OnGet()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user