Add project files.

This commit is contained in:
clive
2024-06-03 15:55:24 +10:00
parent fe36e5495a
commit 4033afd431
86 changed files with 84299 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.RazorPages;
namespace whypair.Pages.Shared
{
public class _LandingModel : PageModel
{
public void OnGet()
{
}
}
}