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

8 lines
125 B
C#
Raw Normal View History

2023-08-04 01:12:51 +00:00
using Microsoft.AspNetCore.Mvc.RazorPages;
namespace OliverBooth.Pages.Privacy;
public class GooglePlay : PageModel
{
}