Add project files.

This commit is contained in:
jheaps
2024-11-22 14:06:04 -07:00
parent 9ba80839e7
commit 8ae65986d4
31 changed files with 14909 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
using Microsoft.AspNetCore.Mvc.RazorPages;
namespace JoshHeaps.Net.Pages
{
public class IndexModel() : PageModel
{
public void OnGet()
{
}
}
}