Files
hamann-ausgabe-core/HaLive/Pages/Privacy.cshtml.cs
2021-09-15 13:31:10 +02:00

16 lines
304 B
C#

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 PrivacyModel : PageModel
{
public void OnGet()
{
}
}
}