🎉 Initial commit for the Zone project
This commit is contained in:
11
DysonNetwork.Zone/Pages/Privacy.cshtml.cs
Normal file
11
DysonNetwork.Zone/Pages/Privacy.cshtml.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using Microsoft.AspNetCore.Mvc.RazorPages;
|
||||
|
||||
namespace DysonNetwork.Zone.Pages;
|
||||
|
||||
public class PrivacyModel : PageModel
|
||||
{
|
||||
public void OnGet()
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user