monithor/Monithor.web/Pages/Index.cshtml.cs
2021-05-13 22:38:02 +02:00

14 lines
349 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.RazorPages;
using Microsoft.AspNetCore.Routing;
using Microsoft.Extensions.Logging;
namespace Monithor.web.Pages {
public class StatusModel : PageModel {
public void OnGet() { }
}
}