Remotely/Server/Pages/About.cshtml.cs
Jared Goodwin a0405e28a0 WIP
2019-06-15 18:08:30 -07:00

16 lines
280 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc.RazorPages;
namespace Remotely.Server.Pages
{
public class AboutModel : PageModel
{
public void OnGet()
{
}
}
}