oliverbooth.dev/OliverBooth/Pages/Privacy/Index.cshtml.cs

8 lines
120 B
C#
Raw Normal View History

2023-08-03 23:41:30 +00:00
using Microsoft.AspNetCore.Mvc.RazorPages;
namespace OliverBooth.Pages.Privacy;
public class Index : PageModel
{
}