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

8 lines
122 B
C#
Raw Normal View History

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