initial commit

This commit is contained in:
2026-07-21 10:29:41 +07:00
commit cf25bc83fb
151 changed files with 84984 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.RazorPages;
namespace AegisWeb.Pages;
public class PrivacyModel : PageModel
{
public void OnGet()
{
}
}