Marcel Dempers 8da3b2ed32 part 2
2019-06-20 22:25:55 +10:00

16 lines
317 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 work.Pages
{
public class PrivacyModel : PageModel
{
public void OnGet()
{
}
}
}