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

8 lines
122 B
C#
Raw Normal View History

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