diff --git a/MP.SPEC/Components/ListDossiers.razor.cs b/MP.SPEC/Components/ListDossiers.razor.cs index b52d02dc..09b6ee5b 100644 --- a/MP.SPEC/Components/ListDossiers.razor.cs +++ b/MP.SPEC/Components/ListDossiers.razor.cs @@ -91,18 +91,6 @@ namespace MP.SPEC.Components await RecordSelFlux.InvokeAsync(selRec); } - protected string findRec(FluxLog record) - { - string answ = ""; -#if false - if (ListRecordsMod != null) - { - answ = ListRecordsMod.Where(l => l.IdxMacchina == record.IdxMacchina && l.CodFlux == record.CodFlux).Select(x => x.Valore).SingleOrDefault(); - } -#endif - return answ; - } - protected override async Task OnInitializedAsync() { MessageService.EA_PageUpdated += MessageService_EA_PageUpdated; diff --git a/MP.SPEC/Components/ListPODL.razor.cs b/MP.SPEC/Components/ListPODL.razor.cs index dad65b17..52150c77 100644 --- a/MP.SPEC/Components/ListPODL.razor.cs +++ b/MP.SPEC/Components/ListPODL.razor.cs @@ -114,11 +114,6 @@ namespace MP.SPEC.Components protected override async Task OnInitializedAsync() { -#if false - MsgService.EA_PageUpdated += MessageService_EA_PageUpdated; - MsgService.EA_SearchUpdated += OnSeachUpdated; - MsgService.EA_StatoSearch += MsgService_EA_StatoSearch; -#endif //await FilterChanged.InvokeAsync(actFilter); ListStati = await MDService.AnagStatiComm(); } @@ -321,11 +316,6 @@ namespace MP.SPEC.Components { // chiamo aggiunta task SyncDb... await addTask2Exe(IdxMacc, "syncDbData", ""); -#if false - string idxMacc = selRec.IdxMacchina; - string restUrl = $"IOB/addTask2Exe/{idxMacc}?taskName=syncDbData&taskVal="; - var response = await MpIoApiCall.callMpIoUrlGet(restUrl); -#endif } ///