// (C) Copyright 2019 C-xC-c // This file is part of BantFlags. // BantFlags is licensed under the GNU AGPL Version 3.0 or later. // see the LICENSE file or using Microsoft.AspNetCore.Mvc.RazorPages; namespace BantFlags.Pages { public class IndexModel : PageModel { public void OnGet() { } } }