From 355fa9e246a43a0384ca375d8d2147a0034d5e2b Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Fri, 2 Jul 2021 19:19:36 +0200 Subject: [PATCH] update note csv/xlsx + fix typo OEE --- MP.Stats/Pages/Download.cshtml.cs | 5 +++++ MP.Stats/Pages/Oee.razor.cs | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/MP.Stats/Pages/Download.cshtml.cs b/MP.Stats/Pages/Download.cshtml.cs index 236bfa7a..ae4167a9 100644 --- a/MP.Stats/Pages/Download.cshtml.cs +++ b/MP.Stats/Pages/Download.cshtml.cs @@ -9,6 +9,11 @@ using Microsoft.AspNetCore.Mvc.RazorPages; namespace MP.Stats.Pages { + /// + /// Gestione donwnload file csv + /// + /// da valutare eventualmente xlsx con https://github.com/closedxml/closedxml + /// public class DownloadModel : PageModel { #region Private Fields diff --git a/MP.Stats/Pages/Oee.razor.cs b/MP.Stats/Pages/Oee.razor.cs index 1a5912fa..1de7694d 100644 --- a/MP.Stats/Pages/Oee.razor.cs +++ b/MP.Stats/Pages/Oee.razor.cs @@ -213,8 +213,6 @@ namespace MP.Stats.Pages #region Public Methods - #region Public Methods - public string checkSelect(DateTime DataRif, string Turno, string IdxMacchina) { string answ = "";