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

8 lines
125 B
C#

using Microsoft.AspNetCore.Mvc.RazorPages;
namespace OliverBooth.Pages.Privacy;
public class GooglePlay : PageModel
{
}