using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.RazorPages; namespace ProductionLineMonitor.Web.Views.EYZManufacturingPlatform { public class Y5OEEModel : PageModel { public void OnGet() { } } }